first commit
This commit is contained in:
20
app/Models/Gap3.php
Normal file
20
app/Models/Gap3.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
namespace App\Models;
|
||||
|
||||
use Illuminate\Database\Eloquent\Factories\HasFactory;
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class Gap3 extends Model
|
||||
{
|
||||
use HasFactory;
|
||||
|
||||
protected $fillable = [
|
||||
'min',
|
||||
'max',
|
||||
'sdt',
|
||||
'tile1',
|
||||
'tile2',
|
||||
'tile3'
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user