<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Database\Eloquent\Model;
use Meloncut\LaravelUtils\Database\MelonSoftDeletes;
class Dummy extends Model {
use MelonSoftDeletes, HasFactory;
protected $table = 'dummy';
protected $fillable = ['name'];
public $timestamps = false;
}
-
Notifications
You must be signed in to change notification settings - Fork 0
a laravel devolop tool
License
meloncut/laravel-utils
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
a laravel devolop tool
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published