fix
This commit is contained in:
parent
057c790bae
commit
f059e2cf1e
8 changed files with 7 additions and 13 deletions
|
@ -18,7 +18,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
namespace Pomf\Uguu;
|
||||
namespace Pomf\Uguu\Classes;
|
||||
|
||||
use Exception;
|
||||
use PDO;
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
namespace Pomf\Uguu;
|
||||
namespace Pomf\Uguu\Classes;
|
||||
|
||||
class CuteGrills
|
||||
{
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
namespace Pomf\Uguu;
|
||||
namespace Pomf\Uguu\Classes;
|
||||
|
||||
use Exception;
|
||||
use PDO;
|
||||
|
|
|
@ -20,8 +20,6 @@
|
|||
|
||||
namespace Pomf\Uguu\Classes;
|
||||
|
||||
use Pomf\Uguu\CuteGrills;
|
||||
|
||||
class GrillLoader extends CuteGrills
|
||||
{
|
||||
public function __construct()
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
namespace Pomf\Uguu;
|
||||
namespace Pomf\Uguu\Classes;
|
||||
|
||||
class Response
|
||||
{
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
namespace Pomf\Uguu;
|
||||
namespace Pomf\Uguu\Classes;
|
||||
|
||||
use Exception;
|
||||
|
||||
|
|
|
@ -21,10 +21,6 @@
|
|||
namespace Pomf\Uguu\Classes;
|
||||
|
||||
use Exception;
|
||||
use Pomf\Uguu\Response;
|
||||
use Pomf\Uguu\Upload;
|
||||
|
||||
use function Pomf\Uguu\count;
|
||||
|
||||
class UploadGateway extends Upload
|
||||
{
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"license": "GPL-3.0",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Pomf\\Uguu\\": "/",
|
||||
"Pomf\\Uguu\\Classes\\": "src/Classes"
|
||||
"Pomf\\Uguu\\": "./",
|
||||
"Pomf\\Uguu\\Classes\\": "./Classes"
|
||||
}
|
||||
},
|
||||
"authors": [
|
||||
|
|
Loading…
Reference in a new issue