]> _ Git - cubist_cms-front.git/commitdiff
wip #2413 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 22 Feb 2019 10:45:11 +0000 (11:45 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 22 Feb 2019 10:45:11 +0000 (11:45 +0100)
composer.json
src/config/cubist-front.php

index 3b055b4a721a8bf5bebd4ce13b9654198df882c7..64bec9ba76e4aa4b1f53a06b9357968e3e68ff89 100644 (file)
       "type": "composer",
       "url": "https:\/\/composer.cubedesigners.com\/"
     }
-  ]
+  ],
+  "extra": {
+    "laravel": {
+      "providers": [
+        "Cubist\\Front\\FrontServiceProvider"
+      ]
+    }
+  }
 }
index b3d9bbc7f3711e882119cd6b3af051245d859d04..a1b26e621aa529962e06ef9fcdb3c6c9df67d3d5 100644 (file)
@@ -1 +1,2 @@
 <?php
+return [];
\ No newline at end of file