Skip to content

Commit

Permalink
Changed alias
Browse files Browse the repository at this point in the history
  • Loading branch information
bethuxs committed Jun 18, 2020
1 parent ef2e626 commit 72c1589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ChatterServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public function register()
* Create aliases for the dependency.
*/
$loader = \Illuminate\Foundation\AliasLoader::getInstance();
$loader->alias('Purifier', 'LukeTowers\Purifier\Facades\Purifier');
$loader->alias('Purifier', 'Mews\Purifier\Facades\Purifier');

$this->loadViewsFrom(__DIR__.'/Views', 'chatter');
}
Expand Down

0 comments on commit 72c1589

Please sign in to comment.