79079196

Date: 2024-10-11 17:25:05
Score: 2
Natty:
Report link

you can add the following line of code in the bootstrap/app.php and it should do the work.

->withMiddleware(function (Middleware $middleware) { $middleware->alias([ 'role' => RoleMiddleware::class, ]); })

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Wasim Rasheed