Fixed order processing, broken after upgrade to Laravel 5.8
This commit is contained in:
@@ -2,9 +2,16 @@
|
||||
|
||||
namespace App\Models\Service;
|
||||
|
||||
use App\Traits\NextKey;
|
||||
|
||||
class SSL extends \App\Models\Base\ServiceType
|
||||
{
|
||||
use NextKey;
|
||||
|
||||
const RECORD_ID = 'service__ssl';
|
||||
|
||||
protected $table = 'ab_service__ssl';
|
||||
|
||||
protected $_o = NULL;
|
||||
|
||||
public function tld()
|
||||
|
Reference in New Issue
Block a user