Merge pull request #909 from mehmetcoban/master

Fixed category deleting and color picker
This commit is contained in:
Mehmet Çoban
2019-11-17 16:35:09 +03:00
committed by GitHub
3 changed files with 50179 additions and 3417 deletions

View File

@ -3,6 +3,7 @@
namespace App\Jobs\Setting;
use App\Abstracts\Job;
use App\Models\Setting\Category;
class DeleteCategory extends Job
{