Последняя версия с сервера прошлого разработчика
This commit is contained in:
11
app/Domain/Users/Models/UserPackage.php
Executable file
11
app/Domain/Users/Models/UserPackage.php
Executable file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace App\Domain\Users\Models;
|
||||
|
||||
use Illuminate\Database\Eloquent\Factories\HasFactory;
|
||||
use App\Models\Model;
|
||||
|
||||
class UserPackage extends Model
|
||||
{
|
||||
use HasFactory;
|
||||
}
|
||||
Reference in New Issue
Block a user