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 10, 2022
1 parent e7ce247 commit e7a7ea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 'EasyPddService';
return 'EasyPdd';
}
}

0 comments on commit e7a7ea3

Please sign in to comment.