akaunting 3.0 (the last dance)
This commit is contained in:
@@ -6,7 +6,7 @@ use App\Abstracts\Job;
|
||||
use App\Interfaces\Job\HasOwner;
|
||||
use App\Interfaces\Job\HasSource;
|
||||
use App\Interfaces\Job\ShouldCreate;
|
||||
use App\Models\Common\EmailTemplate;
|
||||
use App\Models\Setting\EmailTemplate;
|
||||
|
||||
class CreateEmailTemplate extends Job implements HasOwner, HasSource, ShouldCreate
|
||||
{
|
||||
|
||||
@@ -4,7 +4,7 @@ namespace App\Jobs\Setting;
|
||||
|
||||
use App\Abstracts\Job;
|
||||
use App\Interfaces\Job\ShouldUpdate;
|
||||
use App\Models\Common\EmailTemplate;
|
||||
use App\Models\Setting\EmailTemplate;
|
||||
|
||||
class UpdateEmailTemplate extends Job implements ShouldUpdate
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user