cakephp / twig-view

Twig View for CakePHP
MIT License
13 stars 7 forks source link

Removed unused getName() from extensions #35

Closed othercorey closed 4 years ago

othercorey commented 4 years ago

getName() isn't part of any interface and isn't used. Will just confuse people.

ADmad commented 4 years ago

Nice catch.