This commit is contained in:
Denis Duliçi
2020-12-08 17:00:50 +03:00
parent 8896703c7c
commit 7c674b691b
3 changed files with 3 additions and 5 deletions

View File

@ -3,8 +3,8 @@
namespace App\Jobs\Common;
use App\Abstracts\Job;
use App\Models\Common\Item;
use App\Jobs\Common\CreateItemTaxes;
use App\Models\Common\Item;
class CreateItem extends Job
{