]> jfr.im git - uguu.git/commitdiff
fix
authorGo Johansson <redacted>
Fri, 16 Dec 2022 22:27:13 +0000 (23:27 +0100)
committerGo Johansson <redacted>
Fri, 16 Dec 2022 22:27:13 +0000 (23:27 +0100)
src/Classes/Connector.php
src/Classes/CuteGrills.php
src/Classes/Database.php
src/Classes/GrillLoader.php
src/Classes/Response.php
src/Classes/Upload.php
src/Classes/UploadGateway.php
src/composer.json

index fb57b26293631d50f08993b89b7845e5a477e69e..1ba6f00dd76dc140a841d368b98069c2f47ffb51 100644 (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;
index 82018ce864f7d911a7edf17121fa4b882af6835c..af10590f9323e76260dc05803fc82331ee44bc66 100644 (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
     {
index 252f435f74e506ab0a87af14d184d7ff999a6cd6..52ba22e10f972ed8257412f93a8e915b1307cb02 100644 (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;
index f0f83237606c3060b74b06a729443f5a1b924915..7fbbfa6000745c7c33938891bc3bc9a892294052 100644 (file)
@@ -20,8 +20,6 @@
     
     namespace Pomf\Uguu\Classes;
     
-    use Pomf\Uguu\CuteGrills;
-    
     class GrillLoader extends CuteGrills
     {
         public function __construct()
index 8ff736714daff764bfd195e488831006a31e0895..7c2fe4f16f9de7230d65c163617a777c477b1c96 100644 (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
     {
index c70a0af24c5166a6c37fc9f1a7954b51df304f78..b092cfec47fae6be81304560ff3536ceb2eb824e 100644 (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;
     
index 66d7b1044bf07eb28fc97cc2c813d4b4b33c62d5..6e66aeb3cba238d253698d525bea3d8b3b1f7ca8 100644 (file)
     namespace Pomf\Uguu\Classes;
     
     use Exception;
-    use Pomf\Uguu\Response;
-    use Pomf\Uguu\Upload;
-    
-    use function Pomf\Uguu\count;
     
     class UploadGateway extends Upload
     {
index ba718a8e0d20255a56ecd15e6037ab146fe76efc..4e07864564dc540d293db70d0f8ec81ebb26184b 100644 (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": [