Skip to content

Commit

Permalink
remove old pluf precondition
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafabarmshory committed Dec 22, 2017
1 parent 4fb25fe commit 06d1677
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Bank/urls.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,7 @@
'GET'
),
'precond' => array(
'User_Precondition::loginRequired',
'Pluf_Precondition::authorizedRequired'
'User_Precondition::loginRequired'
)
),
array(
Expand Down

0 comments on commit 06d1677

Please sign in to comment.