Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Insight] Missing use statement should be avoided - in app/…/Controllers/AppBaseController.php, line 19 #5

Open
iamlucianojr opened this issue Sep 23, 2017 · 0 comments

Comments

@iamlucianojr
Copy link
Owner

in app/Http/Controllers/AppBaseController.php, line 19

The @SWG\Info annotation looks like a class annotation which resolves to the App\Http\Controllers\SWG\Info class which PHP does not seem to be able to autoload.

 *   )
 * )
 * This class should be parent class for other API controllers
 * Class AppBaseController
 */
class AppBaseController extends Controller
{
    public function sendResponse($result, $message)
    {
        return Response::json(ResponseUtil::makeResponse($message, $result));
    }

Posted from SensioLabsInsight

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant