Skip to content

Commit

Permalink
refactor: BaseController > BasePage
Browse files Browse the repository at this point in the history
  • Loading branch information
twinh committed Sep 1, 2023
1 parent c57b3ac commit 75f45ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/api/js-config/index.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php

use Miaoxing\Plugin\BaseController;
use Miaoxing\Plugin\BasePage;

return new class () extends BaseController {
return new class () extends BasePage {
protected $controllerAuth = false;

public function get()
Expand Down

0 comments on commit 75f45ec

Please sign in to comment.