예제 #1
0
파일: Auth.php 프로젝트: CFLOVEYR/hook
 public static function boot()
 {
     static::$lastTableName = 'auths';
     parent::boot();
 }