xielin 6 years ago
parent
commit
2a7e5bec0f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Http/Controllers/Controller.php

+ 1 - 1
app/Http/Controllers/Controller.php

@@ -2,12 +2,12 @@
 
 namespace App\Http\Controllers;
 
+use Dingo\Api\Routing\Helpers;
 use Illuminate\Routing\Controller as BaseController;
 
 class Controller extends BaseController
 {
     use Helpers;
-
     public function jsonSuccess($data = [], $msg = "成功")
     {
         $response = array(