jakubsacha / adminlte

29 stars 16 forks source link

Correct way of Registering Service Provider for the Dependency. #6

Closed irazasyed closed 10 years ago

irazasyed commented 10 years ago

Due to the previous method used, it ends up throwing the follow error:

strtolower() expects parameter 1 to be string, array given (View: .../vendor/jakubsacha/adminlte/src/views/layouts/dashboard/header.blade.php) (View: .../vendor/jakubsacha/adminlte/src/views/layouts/dashboard/header.blade.php) (View: .../vendor/jakubsacha/adminlte/src/views/layouts/dashboard/header.blade.php) 

With this PR, That fixes this bug.