Use the ::class notation

This commit is contained in:
Pantelis Peslis
2015-06-08 10:29:33 +03:00
parent bacda07552
commit 16e37cb370
5 changed files with 10 additions and 10 deletions

View File

@@ -47,7 +47,7 @@ $app = require_once __DIR__.'/../bootstrap/app.php';
|
*/
$kernel = $app->make('Illuminate\Contracts\Http\Kernel');
$kernel = $app->make(Illuminate\Contracts\Http\Kernel::class);
$response = $kernel->handle(
$request = Illuminate\Http\Request::capture()