Skip to content

Commit

Permalink
Merge pull request #15 from ockle/master
Browse files Browse the repository at this point in the history
fix broken config loading caused by errant DIRECTORY_SEPARATOR
  • Loading branch information
sildraug committed May 8, 2014
2 parents 84e7f6e + f6d27a0 commit 239c637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Waavi/Translation/TranslationServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function boot()
*/
public function register()
{
$this->package('waavi/translation', 'waavi'.DIRECTORY_SEPARATOR.'translation', __DIR__.DIRECTORY_SEPARATOR.'..'.DIRECTORY_SEPARATOR.'..');
$this->package('waavi/translation', 'waavi/translation', __DIR__.DIRECTORY_SEPARATOR.'..'.DIRECTORY_SEPARATOR.'..');

$this->registerLoader();
$this->registerTranslationFileLoader();
Expand Down

0 comments on commit 239c637

Please sign in to comment.