|
|
@@ -12,6 +12,7 @@
|
|
|
namespace App\Http\Controllers;
|
|
|
|
|
|
use App\Services\ArticleService;
|
|
|
+use App\Services\CardService;
|
|
|
|
|
|
/**
|
|
|
* 卡管理-控制器
|
|
|
@@ -31,6 +32,6 @@ class CardController extends Backend
|
|
|
public function __construct()
|
|
|
{
|
|
|
parent::__construct();
|
|
|
- $this->service = new ArticleService();
|
|
|
+ $this->service = new CardService();
|
|
|
}
|
|
|
}
|