Skip to content

Commit

Permalink
Always allow access for mock driver.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Mar 20, 2017
1 parent a6ce065 commit 40384e6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions kronolith/lib/Event/Mock.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,10 @@
*/
class Kronolith_Event_Mock extends Kronolith_Event
{
/**
*/
public function hasPermission($permission, $user = null)
{
return true;
}
}

0 comments on commit 40384e6

Please sign in to comment.