whatthejeff / breeze

A micro-framework for PHP 5.3+
http://breezephp.com/
BSD 3-Clause "New" or "Revised" License
208 stars 11 forks source link

Breeze/Application::getInstance() should be static #14

Closed elazar closed 13 years ago

elazar commented 13 years ago

Fixed Breeze/Application not being declared as a static function despite being called as one in numerous areas of the codebase

whatthejeff commented 13 years ago

Thanks :)