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

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

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