更新结构
This commit is contained in:
@@ -28,8 +28,6 @@ class ArticleController extends BaseController
|
||||
->where('delete_time', null)
|
||||
->find();
|
||||
|
||||
var_dump($newsCenterCategory);
|
||||
|
||||
if (!$newsCenterCategory) {
|
||||
return json([
|
||||
'code' => 200,
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace app\index\controller;
|
||||
namespace app\index\controller\Article;
|
||||
|
||||
use app\index\BaseController;
|
||||
use Symfony\Component\VarDumper\VarDumper;
|
||||
Reference in New Issue
Block a user