prismicio / SymfonyBundle

Inntegrates the http://prismic.io php-kit with the Symfony Framework
http://prismic.io
8 stars 11 forks source link

PSR-4 style autoloading and correct default values for configuration. #4

Closed robinvdvleuten closed 10 years ago

robinvdvleuten commented 10 years ago

PSR-4 style autoloading and correct default values for configuration. Without those default values I had an undefined index issue like:

Notice: Undefined index: api in vendor/prismic/prismic-bundle/DependencyInjection/PrismicExtension.php on line 21
ornicar commented 10 years ago

@lsmith77 We gave you permissions to push on this repo. If you agree with this PR, could you please hit the merge button? Thanks!

lsmith77 commented 10 years ago

needs a rebase

robinvdvleuten commented 10 years ago

I've rebased the PR to a single commit.

lsmith77 commented 10 years ago

you need to pull master as your PR is now conflicting

robinvdvleuten commented 10 years ago

woops sorry!