Skip to content

Commit

Permalink
fixed issues
Browse files Browse the repository at this point in the history
  • Loading branch information
luceos committed Sep 21, 2015
1 parent 3481205 commit 670e7e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Extension.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php namespace Hyn\GoogleTranslate\Listeners;
<?php namespace Hyn\GoogleTranslate;

use Illuminate\Events\Dispatcher;
use Flarum\Events\BuildClientView;
Expand Down
2 changes: 1 addition & 1 deletion src/Listeners/AddTranslateJs.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use Flarum\Core\Settings\SettingsRepository;
use Flarum\Forum\Actions\ClientAction as ForumClientAction;

class AddTrackingJs
class AddTranslateJs
{
/**
* @var SettingsRepository
Expand Down

0 comments on commit 670e7e2

Please sign in to comment.