Example #1
0
 /**
  * Create new repository instance.
  *
  * @param \App\Entities\User\User $model
  */
 public function __construct(User $model)
 {
     parent::__construct($model);
 }
Example #2
0
 /**
  * Create new repository instance.
  *
  * @param \App\Entities\Group\Group $model
  */
 public function __construct(Group $model)
 {
     parent::__construct($model);
 }