Commit 232997e0 by 庄欣

fix bug

parent 1063f4f4
......@@ -5,6 +5,9 @@ use App\Http\Controllers\ControllerBase;
class Category extends ControllerBase
{
protected $prefix = "category";
public function pretty()
{
empty($query) && $query = request()->getQueryString();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment