commit
4c28dd420f
|
@ -65,7 +65,7 @@ Now you will need to add the `Gregwar` namespace to your autoloader:
|
||||||
<?php
|
<?php
|
||||||
// app/autoload.php
|
// app/autoload.php
|
||||||
|
|
||||||
$loader->registerNamspaces(array(
|
$loader->registerNamespaces(array(
|
||||||
// ...
|
// ...
|
||||||
'Gregwar' => __DIR__.'/../vendor/bundles',
|
'Gregwar' => __DIR__.'/../vendor/bundles',
|
||||||
));
|
));
|
||||||
|
|
Loading…
Reference in New Issue