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 IdeHelperPaymentmethod
*/
class Paymentmethod extends Model
{
use CrudTrait;
Backpack\CRUD\app\Models\Traits\CrudTrait
App\Models\Paymentmethod
$fakeColumns
$identifiableAttribute
$Type
protected $fillable = ['name', 'code'];
protected $table = 'paymentmethods';
/*
|--------------------------------------------------------------------------
| FUNCTIONS
| RELATIONS
| SCOPES
| ACCESORS
| MUTATORS
}