Exemplo n.º 1
0
 /**
  * Create a new instance of the model.
  *
  * @param array $data
  * @return mixed 
  * @static 
  */
 public static function createModel($data = array())
 {
     return \Cartalyst\Sentinel\Activations\IlluminateActivationRepository::createModel($data);
 }