mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-28 11:00:39 +00:00
add Language component
This commit is contained in:
+1
-1
@@ -24,7 +24,7 @@ class Language extends Model
|
||||
});
|
||||
}
|
||||
|
||||
public function languegeStrings()
|
||||
public function languageStrings()
|
||||
{
|
||||
return $this->hasMany('App\LanguageString', 'language_id', 'id');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user