Skip to content

Commit

Permalink
Merge pull request #333 from coverzen/bugfix/facade-accessor
Browse files Browse the repository at this point in the history
Fix facade accessor
  • Loading branch information
kevincobain2000 authored Feb 9, 2024
2 parents 95dacc0 + 749f391 commit 24ea575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LaravelRequestDocsFacade.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ class LaravelRequestDocsFacade extends Facade
{
protected static function getFacadeAccessor()
{
return 'laravel-request-docs';
return LaravelRequestDocs::class;
}
}

0 comments on commit 24ea575

Please sign in to comment.