|
|
@@ -2,6 +2,7 @@
|
|
|
|
|
|
namespace App\Http\Controllers\Admin;
|
|
|
|
|
|
+use App\Services\Common\ArticleCategoryService;
|
|
|
use App\Services\Common\JobsCategoryService;
|
|
|
|
|
|
/**
|
|
|
@@ -12,7 +13,7 @@ class ArticleCategoryController extends Backend
|
|
|
public function __construct()
|
|
|
{
|
|
|
parent::__construct();
|
|
|
- $this->service = new Ar();
|
|
|
+ $this->service = new ArticleCategoryService();
|
|
|
}
|
|
|
|
|
|
/**
|