krafthaus / bauhaus

Laravel 4 Admin Generator
http://bauhaus.krafthaus.nl/
GNU General Public License v2.0
1 stars 0 forks source link

Fixed missing View facade #19

Closed TimBroddin closed 10 years ago

TimBroddin commented 10 years ago

I got this error when using the file field.

exception 'Symfony\Component\Debug\Exception\FatalErrorException' with message 'Class 'KraftHaus\Bauhaus\Field\View' not found' in /Users/timbroddin/Sites/sambal/vrtgif/vendor/krafthaus/bauhaus/src/KraftHaus/Bauhaus/Field/FileField.php:92

This should fix it.