Sfoglia il codice sorgente

Update 'composer.json'

ahwelp 6 anni fa
parent
commit
7d122c7273
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      composer.json

+ 1 - 1
composer.json

@@ -10,7 +10,7 @@
     ],
     "autoload" : {
         "psr-4" : {
-            "ORm\\" : "src/ORM/"
+            "ORM\\" : "src/ORM/"
         }
     },
     "require" : { }