Flarum\Foundation\AbstractServiceProvider::__construct PHP Method

__construct() public method

public __construct ( Application $app )
$app Application
    public function __construct(Application $app)
    {
        parent::__construct($app);
    }
AbstractServiceProvider