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 56f38db commit 7140972
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions kronolith/lib/Event/Mock.php
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 7140972

Please sign in to comment.