Ejemplo n.º 1
0
 /**
  * Register a saved model event with the dispatcher.
  *
  * @param \Closure|string $callback
  * @param int $priority
  * @return void 
  * @static 
  */
 public static function saved($callback, $priority = 0)
 {
     //Method inherited from \Illuminate\Database\Eloquent\Model
     \Webpatser\Countries\Countries::saved($callback, $priority);
 }