namespace PhalconPlus\Facades;
class Annotations extends AbstractFacade
{
protected function getName() -> string
{
return "annotations";
}
}
namespace PhalconPlus\Facades;
class Annotations extends AbstractFacade
{
protected function getName() -> string
{
return "annotations";
}
}