Collective\Annotations\Console\RouteScanCommand::__construct PHP Method

__construct() public method

Create a new event scan command instance.
public __construct ( Illuminate\Filesystem\Filesystem $files, AnnotationsServiceProvider $provider )
$files Illuminate\Filesystem\Filesystem
$provider Collective\Annotations\AnnotationsServiceProvider
    public function __construct(Filesystem $files, AnnotationsServiceProvider $provider)
    {
        parent::__construct();
        $this->files = $files;
        $this->provider = $provider;
    }