示例#1
0
文件: Auth.php 项目: CFLOVEYR/hook
 public static function boot()
 {
     static::$lastTableName = 'auths';
     parent::boot();
 }