This commit is contained in:
Go Johansson 2022-12-16 23:27:13 +01:00
parent 057c790bae
commit f059e2cf1e
8 changed files with 7 additions and 13 deletions

View File

@ -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;

View File

@ -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
{

View File

@ -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;

View File

@ -20,8 +20,6 @@
namespace Pomf\Uguu\Classes;
use Pomf\Uguu\CuteGrills;
class GrillLoader extends CuteGrills
{
public function __construct()

View File

@ -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
{

View File

@ -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;

View File

@ -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
{

View File

@ -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": [