Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. <?php
  2. /**
  3. * The application's route middleware.
  4. *
  5. * These middleware may be assigned to groups or used individually.
  6. *
  7. * @var array
  8. */
  9. protected $routeMiddleware = [
  10. ....
  11. 'role' => \Zizaco\Entrust\Middleware\EntrustRole::class,
  12. 'permission' => \Zizaco\Entrust\Middleware\EntrustPermission::class,
  13. 'ability' => \Zizaco\Entrust\Middleware\EntrustAbility::class,
  14. ];
  15.  
  16. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement