Barryvdh\Debugbar\DataCollector\LaravelCollector::__construct PHP Method

__construct() public method

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