fixed listener issue.

This commit is contained in:
Cüneyt Şentürk 2021-06-28 00:28:07 +03:00
parent 80a2033b96
commit 940b71ae47

View File

@ -34,7 +34,7 @@ class Version2118 extends Listener
Artisan::call('migrate', ['--force' => true]); Artisan::call('migrate', ['--force' => true]);
} }
protected function updateCompanies() protected function updateEmailTemplate()
{ {
$company_id = company_id(); $company_id = company_id();