Beispiel #1
0
 /**
  * Override the parent constructor, ensuring $model is required.
  *
  * Repository constructor.
  * @param null $model
  */
 public function __construct($model)
 {
     parent::__construct($model);
 }