Skip to content

Commit

Permalink
Autoload Symfony and Doctrine namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
william-gr committed Jun 28, 2013
1 parent 6d8e144 commit d51b9fb
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ bootstrap.class = "Bootstrap"

appnamespace = "FreeNAS"
autoloaderNamespaces[] = "Doctrine"
autoloaderNamespaces[] = "Symfony"
autoloaderNamespaces[] = "FreeNAS"

resources.frontController.controllerDirectory = APPLICATION_PATH "/controllers"
resources.frontController.params.displayExceptions = 0
Expand Down

0 comments on commit d51b9fb

Please sign in to comment.