소스 검색

升级版本

mead 1 개월 전
부모
커밋
624fdfb0ba
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Repositories/Models/Course/Video.php

+ 1 - 1
app/Repositories/Models/Course/Video.php

@@ -21,7 +21,7 @@ class Video extends Model implements Transformable
 
     protected static function booted()
     {
-        self::language();
+//        self::language();
     }
 
     /**