Remove scan arrays.
This commit is contained in:
parent
ed4b97b33b
commit
007040e2ae
|
@ -4,15 +4,6 @@
|
||||||
|
|
||||||
class EventServiceProvider extends ServiceProvider {
|
class EventServiceProvider extends ServiceProvider {
|
||||||
|
|
||||||
/**
|
|
||||||
* The classes to scan for event annotations.
|
|
||||||
*
|
|
||||||
* @var array
|
|
||||||
*/
|
|
||||||
protected $scan = [
|
|
||||||
//
|
|
||||||
];
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The event handler mappings for the application.
|
* The event handler mappings for the application.
|
||||||
*
|
*
|
||||||
|
|
|
@ -5,17 +5,6 @@
|
||||||
|
|
||||||
class RouteServiceProvider extends ServiceProvider {
|
class RouteServiceProvider extends ServiceProvider {
|
||||||
|
|
||||||
/**
|
|
||||||
* The controllers to scan for route annotations.
|
|
||||||
*
|
|
||||||
* @var array
|
|
||||||
*/
|
|
||||||
protected $scan = [
|
|
||||||
'App\Http\Controllers\HomeController',
|
|
||||||
'App\Http\Controllers\Auth\AuthController',
|
|
||||||
'App\Http\Controllers\Auth\PasswordController',
|
|
||||||
];
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* All of the application's route middleware keys.
|
* All of the application's route middleware keys.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue