コード例 #1
0
 /**
  * Determine if the model uses timestamps.
  *
  * @return bool 
  * @static 
  */
 public static function usesTimestamps()
 {
     //Method inherited from \Illuminate\Database\Eloquent\Model
     return \Webpatser\Countries\Countries::usesTimestamps();
 }