ok
This commit is contained in:
14
Production/SNIPE-IT/app/Models/Import.php
Normal file
14
Production/SNIPE-IT/app/Models/Import.php
Normal file
@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace App\Models;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class Import extends Model
|
||||
{
|
||||
protected $casts = [
|
||||
'header_row' => 'array',
|
||||
'first_row' => 'array',
|
||||
'field_map' => 'json',
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user