Files
generic_table_examples/app/Models/ProductSetting.php
David 25c6b316bd #FEAT
+ Added new example about the new feature: custom column
2025-03-17 22:33:11 -04:00

11 lines
117 B
PHP

<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class ProductSetting extends Model
{
//
}