REBELinBLUE\Deployer\Repositories\EloquentSharedFileRepository::__construct PHP Метод

__construct() публичный Метод

EloquentSharedFileRepository constructor.
public __construct ( SharedFile $model )
$model REBELinBLUE\Deployer\SharedFile
    public function __construct(SharedFile $model)
    {
        $this->model = $model;
    }
EloquentSharedFileRepository