Skip to content

Commit

Permalink
Fix facade namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
gkalmoukis committed Apr 5, 2023
1 parent bdd7bcd commit 71632b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Facades/Repository.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

use Illuminate\Support\Facades\Facade;

class Calculator extends Facade
class Repository extends Facade
{
protected static function getFacadeAccessor()
{
Expand Down

0 comments on commit 71632b5

Please sign in to comment.