mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-17 17:47:13 +00:00
composer fix-style
This commit is contained in:
committed by
github-actions[bot]
parent
c775aec1bb
commit
cdefaeed42
@@ -13,8 +13,10 @@ class Test extends AbstractGeneratorCommand
|
||||
{
|
||||
public function testGenerator(): void
|
||||
{
|
||||
Arr::macro('arr_custom_macro',function(){});
|
||||
DB::macro('db_custom_macro',function(){});
|
||||
Arr::macro('arr_custom_macro', function () {
|
||||
});
|
||||
DB::macro('db_custom_macro', function () {
|
||||
});
|
||||
|
||||
$command = $this->app->make(GeneratorCommand::class);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user