first commit
This commit is contained in:
11
app/Models/UserCode.php
Normal file
11
app/Models/UserCode.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace App\Models;
|
||||
|
||||
class UserCode extends Model
|
||||
{
|
||||
protected $casts = [
|
||||
'codes' => 'array',
|
||||
'profit' => 'array',
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user