Merge branch 'develop' of github.com:laravel/laravel into develop
This commit is contained in:
commit
d45ff68f6d
|
@ -44,4 +44,4 @@ public function filter()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -44,4 +44,4 @@ public function filter()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -28,4 +28,4 @@ public function register()
|
||||||
//
|
//
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -32,4 +32,4 @@ public function provides()
|
||||||
return ['App\Console\InspireCommand'];
|
return ['App\Console\InspireCommand'];
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -37,4 +37,4 @@ public function register()
|
||||||
//
|
//
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -34,4 +34,4 @@ class FilterServiceProvider extends ServiceProvider {
|
||||||
'guest' => 'App\Http\Filters\GuestFilter',
|
'guest' => 'App\Http\Filters\GuestFilter',
|
||||||
];
|
];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -25,4 +25,4 @@ public function register()
|
||||||
//
|
//
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue