コード例 #1
0
 /**
  * Register a restored model event with the dispatcher.
  *
  * @param \Closure|string $callback
  * @return void 
  * @static 
  */
 public static function restored($callback)
 {
     //Method inherited from \Illuminate\Database\Eloquent\Model
     \Webpatser\Countries\Countries::restored($callback);
 }