Initial commit

This commit is contained in:
Omair Saleh
2023-01-16 16:33:39 +08:00
commit 9207a3971d
161 changed files with 18844 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class BaseModel extends Model
{
}