battle with structure

This commit is contained in:
2024-10-22 13:30:03 +05:00
parent 5ffb0f2926
commit 96a5430cac
30 changed files with 1038 additions and 6 deletions

View File

@@ -0,0 +1,7 @@
<?php
namespace App\Modules\EntrepreneurLetterNumber\Models;
use Illuminate\Database\Eloquent\Model;
class EntrepreneurLetterNumber extends Model {}