Browse Source

fixed namespace

tags/0.1.0
Robin Thoni 8 years ago
parent
commit
b9b0a298fa
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      composer.json

+ 1
- 1
composer.json View File

@@ -12,7 +12,7 @@
12 12
     },
13 13
     "autoload": {
14 14
       "psr-4": {
15
-        "Luticate\\Utils\\": "src/"
15
+        "Luticate\\": "src/"
16 16
       }
17 17
     }
18 18
 }

Loading…
Cancel
Save