fix categories deleting problem and color picker

This commit is contained in:
TheCOBAN
2019-11-17 16:29:36 +03:00
parent 8058a954ca
commit cb30977da4
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
{