File tree Expand file tree Collapse file tree 2 files changed +7
-9
lines changed
Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff line change 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+ // });
You can’t perform that action at this time.
0 commit comments