Skip to content

Commit c9963f0

Browse files
frankysogithub-actions[bot]
authored andcommitted
Fix styling
1 parent c7fe710 commit c9963f0

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

src/Actions/ImportField.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ class ImportField
2020
use HasFieldRequire;
2121
use HasFieldValidation;
2222

23-
public function __construct(private string $name)
24-
{
25-
}
23+
public function __construct(private string $name) {}
2624

2725
public static function make(string $name): self
2826
{

tests/Features/ImportTest.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -131,14 +131,14 @@
131131
assertDatabaseCount(Post::class, 11);
132132
});
133133

134-
//it('can manipulate single field', function () {
134+
// it('can manipulate single field', function () {
135135
// expect(true)->toBeTrue();
136-
//});
136+
// });
137137
//
138-
//it('can manipulate mass field', function () {
138+
// it('can manipulate mass field', function () {
139139
// expect(true)->toBeTrue();
140-
//});
140+
// });
141141

142-
//it('can save json casting field', function () {
142+
// it('can save json casting field', function () {
143143
// expect(true)->toBeTrue();
144-
//});
144+
// });

0 commit comments

Comments
 (0)