Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.

Commit

Permalink
fix: fix generating api doc (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin authored Dec 24, 2022
1 parent a89342f commit ac713ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Providers/AppServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class AppServiceProvider extends ServiceProvider
*/
public function register()
{
if (App::environment('testing') && class_exists(TestResponse::class)) {
if (App::environment('testing') && class_exists(TestResponseMacros::class)) {
TestResponse::mixin(new TestResponseMacros);
}
}
Expand Down

0 comments on commit ac713ed

Please sign in to comment.