Skip to content

Commit a9a8f08

Browse files
laravel-ide-helpergithub-actions[bot]
authored andcommitted
composer fix-style
1 parent 83bf71a commit a9a8f08

File tree

1 file changed

+0
-1
lines changed
  • tests/Console/GeneratorCommand/GenerateEloquentOnly

1 file changed

+0
-1
lines changed

tests/Console/GeneratorCommand/GenerateEloquentOnly/Test.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,4 @@ public function testGenerator(): void
2222
$this->assertStringNotContainsString('public static function configure($basePath = null)', $this->mockFilesystemOutput);
2323
$this->assertStringContainsString('class Eloquent extends \Illuminate\Database\Eloquent\Model', $this->mockFilesystemOutput);
2424
}
25-
2625
}

0 commit comments

Comments
 (0)