мой 1 камит

This commit is contained in:
Your Project Name
2025-11-19 17:47:46 +00:00
commit 89c10c6a70
98 changed files with 13664 additions and 0 deletions

10
app/Models/Request.php Normal file
View File

@@ -0,0 +1,10 @@
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class Request extends Model
{
//
}