env and vendor added temporary
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
// autoload_namespaces.php @generated by Composer
|
||||
|
||||
$vendorDir = dirname(__DIR__);
|
||||
$baseDir = dirname($vendorDir);
|
||||
|
||||
return array(
|
||||
'Webpatser\\Countries' => array($vendorDir . '/webpatser/laravel-countries/src'),
|
||||
'Detection' => array($vendorDir . '/mobiledetect/mobiledetectlib/namespaced'),
|
||||
'Barryvdh' => array($vendorDir . '/barryvdh/reflection-docblock/src'),
|
||||
);
|
||||
Reference in New Issue
Block a user