mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-15 08:12:25 +02:00
Try to fix TravisCI failing on route test
This commit is contained in:
@ -15,6 +15,6 @@ class SinglePageController extends Controller
|
||||
{
|
||||
$appSettings = \Illuminate\Support\Facades\DB::table('options')->pluck('value', 'key')->toJson();
|
||||
|
||||
return view("landing")->with('appSettings', $appSettings);;
|
||||
return view('landing')->with('appSettings', $appSettings);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user