lint: run linter
This commit is contained in:
parent
26cf793943
commit
fa80def46c
2 changed files with 6 additions and 5 deletions
|
@ -49,7 +49,8 @@ class TrackerController extends Controller
|
||||||
return view(
|
return view(
|
||||||
'error',
|
'error',
|
||||||
[
|
[
|
||||||
'message' => "App timed out whilst downloading trip data from Wayward's servers. They may be down currently."
|
'message' => "App timed out whilst downloading trip data" .
|
||||||
|
" from Wayward's servers. They may be down currently."
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue