Update config.php

Add model_locations key
This commit is contained in:
Matthew Hailwood
2014-02-07 12:09:31 +13:00
parent cae77c279d
commit 0166a1bc9b
+12
View File
@@ -29,6 +29,18 @@ return array(
base_path().'/vendor/laravel/framework/src/Illuminate/Support/helpers.php',
),
/*
|--------------------------------------------------------------------------
| Additional model locations to include
|--------------------------------------------------------------------------
|
| Include additional model locations Useful for if you have models
| outside of the /app/models directory.
|
*/
'model_locations' => (),
/*
|--------------------------------------------------------------------------