Skip to content

Commit

Permalink
Update ReadableNumbers.php
Browse files Browse the repository at this point in the history
  • Loading branch information
relliv committed Apr 22, 2022
1 parent 5881802 commit e614399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Facades/ReadableNumbers.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ class ReadableNumbers extends Facade
{
protected static function getFacadeAccessor()
{
return 'theme-store';
return 'readable-numbers';
}
}

0 comments on commit e614399

Please sign in to comment.