Skip to content

Commit 788af8d

Browse files
committed
Merge branch 'master' of github.com:BinarCode/laravel-developer
2 parents 26acb9c + c6cbde1 commit 788af8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LaravelDeveloperServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public function register()
3636

3737
protected function registerMacros(): self
3838
{
39-
TestResponse::macro('dumpWithoutTrace', function() {
39+
TestResponse::macro('dumpWithoutTrace', function () {
4040
$content = $this->getContent();
4141

4242
$json = json_decode($content);

0 commit comments

Comments
 (0)