Rename Admin views directory, add some functions on models
This commit is contained in:
@@ -5,10 +5,10 @@ namespace App\Models\Shop;
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
use Staudenmeir\EloquentHasManyDeep\HasRelationships;
|
||||
|
||||
use BeyondCode\Comments\Traits\HasComments;
|
||||
class Tariff extends Model
|
||||
{
|
||||
use HasRelationships;
|
||||
use HasComments, HasRelationships;
|
||||
|
||||
protected $guarded = ['id'];
|
||||
protected $table = 'shop_tariffs';
|
||||
|
||||
Reference in New Issue
Block a user