Example #1
0
 /**
  * Runtime override of the model.
  *
  * @param string $model
  * @return $this 
  * @static 
  */
 public static function setModel($model)
 {
     return \Cartalyst\Sentinel\Reminders\IlluminateReminderRepository::setModel($model);
 }