Skip to content

Commit

Permalink
Missed array closer. I did need roles for my own watchtower methods.
Browse files Browse the repository at this point in the history
  • Loading branch information
landjea committed Sep 17, 2016
1 parent caa7650 commit ff24ca9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/routes.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@
'show' => config('watchtower.route.prefix') . 'role.show',
'store' => config('watchtower.route.prefix') . 'role.store',
'update' => config('watchtower.route.prefix') . 'role.update'
],
'except' => [ 'patch']
]
]
);

Expand Down

0 comments on commit ff24ca9

Please sign in to comment.