Skip to content

Commit

Permalink
Merge pull request #113 from zf1s/fix-useragent-classname
Browse files Browse the repository at this point in the history
[zend-application] fix autoloading of Useragent class
  • Loading branch information
falkenhawk authored Oct 1, 2021
2 parents abfdc0d + a379229 commit fd543fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
class Zend_Application_Resource_UserAgent extends Zend_Application_Resource_ResourceAbstract
class Zend_Application_Resource_Useragent extends Zend_Application_Resource_ResourceAbstract
{
/**
* @var Zend_Http_UserAgent
Expand Down

0 comments on commit fd543fd

Please sign in to comment.