Skip to content

Commit

Permalink
#6 remove unused classes
Browse files Browse the repository at this point in the history
  • Loading branch information
Bui Sy Nguyen committed Apr 29, 2016
1 parent 2d94d22 commit 860ed9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fproject/Zend/Amf/Server.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ class Zend_Amf_Server
*/
public function __construct()
{
TypeLoader::setResourceLoader(new ResourceLoader(array("Zend_Amf_Parse_Resource" => "Zend/Amf/Parse/Resource")));
//TypeLoader::setResourceLoader(new ResourceLoader(array("Zend_Amf_Parse_Resource" => "Zend/Amf/Parse/Resource")));
}

/**
Expand Down

0 comments on commit 860ed9e

Please sign in to comment.