Browse Source

升级版本

mead 1 month ago
parent
commit
03df66db4a
1 changed files with 1 additions and 1 deletions
  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();
     }
 
     /**