Commit 007040e2 by Taylor Otwell

Remove scan arrays.

parent ed4b97b3
...@@ -5,15 +5,6 @@ use Illuminate\Foundation\Support\Providers\EventServiceProvider as ServiceProvi ...@@ -5,15 +5,6 @@ use Illuminate\Foundation\Support\Providers\EventServiceProvider as ServiceProvi
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.
* *
* @var array * @var array
......
...@@ -6,17 +6,6 @@ use Illuminate\Foundation\Support\Providers\RouteServiceProvider as ServiceProvi ...@@ -6,17 +6,6 @@ use Illuminate\Foundation\Support\Providers\RouteServiceProvider as ServiceProvi
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.
* *
* @var array * @var array
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment