Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

duplicate use in mvc/model.zep #11014

Closed
pjacferreira opened this issue Oct 9, 2015 · 0 comments
Closed

duplicate use in mvc/model.zep #11014

pjacferreira opened this issue Oct 9, 2015 · 0 comments

Comments

@pjacferreira
Copy link

Hi,

On line 30 of the file above, you have:
use Phalcon\Mvc\Model\MetaDataInterface;

which even though it's not in the same case, as on line 43:
use Phalcon\Mvc\Model\MetadataInterface;

Is referring to the same class.

Please note that, the line 30 is the correct spelling for the class name.

andresgutierrez added a commit that referenced this issue Oct 19, 2015
pantaovay pushed a commit to pantaovay/cphalcon that referenced this issue Nov 12, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant