Skip to content

Commit

Permalink
fix: fix generating api doc (monicahq/chandler#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin committed Dec 24, 2022
1 parent 5dabe0a commit 2e11c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Providers/AppServiceProvider.php
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 2e11c10

Please sign in to comment.