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

@@ -31,5 +31,5 @@ class PlanVoip extends Model
],
];
protected $order_model = ServiceVoip::class;
protected $order_model = Service\Voip::class;
}