Adamgoose\AnnotationFinder::__construct PHP Method

__construct() public method

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