We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c775aec commit cdefaeeCopy full SHA for cdefaee
tests/Console/GeneratorCommand/GenerateIdeHelper/Test.php
@@ -13,8 +13,10 @@ class Test extends AbstractGeneratorCommand
13
{
14
public function testGenerator(): void
15
16
- Arr::macro('arr_custom_macro',function(){});
17
- DB::macro('db_custom_macro',function(){});
+ Arr::macro('arr_custom_macro', function () {
+ });
18
+ DB::macro('db_custom_macro', function () {
19
20
21
$command = $this->app->make(GeneratorCommand::class);
22
0 commit comments