mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-25 02:10:39 +00:00
Refactoring
This commit is contained in:
@@ -6,6 +6,13 @@ use Illuminate\Database\Eloquent\Factories\HasFactory;
|
||||
|
||||
/**
|
||||
* @method static whereName(string $string)
|
||||
* @method static updateOrCreate(array $array, array $array1)
|
||||
* @method static forceCreate(array $array)
|
||||
* @method static where(string $string, mixed $get)
|
||||
* @method static whereIn(string $string, string[] $columns)
|
||||
* @method static create(string[] $array)
|
||||
* @property string value
|
||||
* @property string name
|
||||
*/
|
||||
class Setting extends Model
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user