AttributeCategory.php 166 B

123456789101112
  1. <?php
  2. namespace App\Models;
  3. use Illuminate\Database\Eloquent\Model;
  4. class AttributeCategory extends Model
  5. {
  6. //
  7. protected $table = "attribute_category";
  8. }