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