Fixing proper namespace for app/library
This commit is contained in:
parent
cb1e40ee0a
commit
aa37d10024
22 changed files with 78 additions and 62 deletions
|
|
@ -1,8 +1,11 @@
|
|||
<?php
|
||||
|
||||
//use Opauth;
|
||||
namespace Httpcb;
|
||||
|
||||
use Phalcon\Mvc\User\Component;
|
||||
|
||||
use Opauth;
|
||||
|
||||
class OAuth extends Component
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
Reference in a new issue