Artesaos\Defender\Repositories\Eloquent\EloquentRoleRepository::__construct PHP Method

__construct() public method

public __construct ( Illuminate\Contracts\Foundation\Application $app, Artesaos\Defender\Contracts\Role $model )
$app Illuminate\Contracts\Foundation\Application
$model Artesaos\Defender\Contracts\Role
    public function __construct(Application $app, Role $model)
    {
        parent::__construct($app, $model);
    }
EloquentRoleRepository