mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-21 09:12:14 +00:00
code style fix
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
<?php
|
||||
|
||||
namespace App\Models;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
@@ -16,6 +15,6 @@ class LanguageTranslation extends Model
|
||||
public $incrementing = false;
|
||||
|
||||
protected $fillable = [
|
||||
'value'
|
||||
'value',
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user