Skip to content

Commit

Permalink
Update Facade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Observer5 authored May 9, 2022
1 parent 74e118a commit 995644e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Facade.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ class Facade extends LaravelFacade
*/
public static function getFacadeAccessor()
{
return 'easy.pdd';
return 'EasyPdd';
}
}
}

0 comments on commit 995644e

Please sign in to comment.