<?php namespace App\Models; use Illuminate\Database\Eloquent\Model; class AttributeBrands extends Model { // protected $table = "brands"; }