PHP Class REBELinBLUE\Deployer\Repositories\EloquentNotificationRepository

Inheritance: extends EloquentRepository, implements REBELinBLUE\Deployer\Contracts\Repositories\NotificationRepositoryInterface
Show file Open project: rebelinblue/deployer

Public Methods

Method Description
__construct ( Notification $model ) EloquentNotificationRepository constructor.

Method Details

__construct() public method

EloquentNotificationRepository constructor.
public __construct ( Notification $model )
$model REBELinBLUE\Deployer\Notification