Skip to content

Commit 4c215bd

Browse files
Anton ShevchukAnton Shevchuk
authored andcommitted
Fixed codestyle issue
1 parent 2e5b8da commit 4c215bd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

data/seeds/TestSeeder.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ public function run()
2828

2929
$this->insert('test', $data);
3030

31-
3231
$auth = [
3332
[
3433
'userId' => 2,
@@ -43,6 +42,5 @@ public function run()
4342
]
4443
];
4544
$this->insert('auth', $auth);
46-
4745
}
4846
}

0 commit comments

Comments
 (0)