Barryvdh\Debugbar\DataCollector\FilesCollector::__construct PHP 메소드

__construct() 공개 메소드

public __construct ( Illuminate\Contracts\Foundation\Application $app = null )
$app Illuminate\Contracts\Foundation\Application
    public function __construct(Application $app = null)
    {
        $this->app = $app;
        $this->basePath = base_path();
    }