Fixed order processing, broken after upgrade to Laravel 5.8

This commit is contained in:
Deon George
2019-06-13 14:32:34 +10:00
parent 9fa773d283
commit 4c5c43c390
13 changed files with 68 additions and 16 deletions

View File

@@ -2,8 +2,14 @@
namespace App\Models\Service;
use App\Traits\NextKey;
class Host extends \App\Models\Base\ServiceType
{
use NextKey;
const RECORD_ID = 'service__hosting';
protected $table = 'ab_service__hosting';
public function getNameAttribute()