Skip to content

Instantly share code, notes, and snippets.

@erenhatirnaz
Last active November 3, 2021 05:51
Show Gist options
  • Save erenhatirnaz/2096d2fde1b4f962ffb4dbff5e42c33e to your computer and use it in GitHub Desktop.
Save erenhatirnaz/2096d2fde1b4f962ffb4dbff5e42c33e to your computer and use it in GitHub Desktop.
Controller.php
/**
* @OA\Info(
* title="Laravel OpenAPI Example",
* version="1.0"
* )
*
*/
class Controller extends BaseController
{
use AuthorizesRequests, DispatchesJobs, ValidatesRequests;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment