Fix for observer

This commit is contained in:
David Bomba 2020-08-22 13:34:41 +10:00
parent 6d8d48bced
commit 82ca90b86e

View File

@ -2,7 +2,7 @@
namespace App\Observers;
use App\CompanyGateway;
use App\Models\CompanyGateway;
class CompanyGatewayObserver
{