This commit is contained in:
hackerESQ
2024-08-24 22:51:45 -05:00
parent 54cf25aabc
commit 4c767d0001
10 changed files with 81002 additions and 112 deletions
-15
View File
@@ -14,29 +14,14 @@ class Split extends Model
use HasFactory;
use HasUuids;
/**
* The attributes that are mass assignable.
*
* @var array
*/
protected $fillable = [
'symbol',
'date',
'split_amount',
];
/**
* The attributes that should be hidden for arrays.
*
* @var array
*/
protected $hidden = [];
/**
* The attributes that should be cast to native types.
*
* @var array
*/
protected $casts = [
'date' => 'datetime',
'first_date' => 'datetime',