mirror of
https://gitlab.com/izyim/wetrack.git
synced 2026-08-25 23:44:07 +00:00
Initial commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace App\Models;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class BaseModel extends Model
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user