Fix the class loader for filters
This commit is contained in:
@@ -17,7 +17,7 @@ ClassLoader::addDirectories(array(
|
|||||||
app_path().'/controllers',
|
app_path().'/controllers',
|
||||||
app_path().'/models',
|
app_path().'/models',
|
||||||
app_path().'/database/seeds',
|
app_path().'/database/seeds',
|
||||||
app_path().'/filterss',
|
app_path().'/filters',
|
||||||
|
|
||||||
));
|
));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user