Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Merge pull request zendframework/zendframework#4699 from neeckeloo/ad…
Browse files Browse the repository at this point in the history
…d-use-statements

Add use statements
  • Loading branch information
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/RoleInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@

namespace Zend\Permissions\Rbac;

interface RoleInterface extends \RecursiveIterator
use RecursiveIterator;

interface RoleInterface extends RecursiveIterator
{
/**
* Get the name of the role.
Expand Down

0 comments on commit bcbbfd3

Please sign in to comment.