Compare commits
No commits in common. 'b3cb3d3dfb7dd4dc352120a267add5942e9540bc' and '39289e2ab0c3b4d09b4f0981bbfa6c6305a51409' have entirely different histories.
b3cb3d3dfb
...
39289e2ab0
2 changed files with 2 additions and 15 deletions
@ -1,13 +0,0 @@
@@ -1,13 +0,0 @@
|
||||
<?php |
||||
|
||||
namespace App\Models; |
||||
|
||||
use Dcat\Admin\Traits\HasDateTimeFormatter; |
||||
use Illuminate\Database\Eloquent\Model; |
||||
|
||||
class DcatAdminUsers extends Model |
||||
{ |
||||
use HasDateTimeFormatter; |
||||
protected $table = 'admin_users'; |
||||
public $timestamps = false; |
||||
} |
Loading…
Reference in new issue