for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace App\Models;
use Backpack\CRUD\app\Models\Traits\CrudTrait;
use Illuminate\Database\Eloquent\Model;
/**
* @mixin IdeHelperTax
*/
class Tax extends Model
{
use CrudTrait;
Backpack\CRUD\app\Models\Traits\CrudTrait
App\Models\Tax
$fakeColumns
$identifiableAttribute
$Type
protected $table = 'taxes';
protected $guarded = ['id'];
/*
|--------------------------------------------------------------------------
| FUNCTIONS
| RELATIONS
| SCOPES
| ACCESSORS
| MUTATORS
}