Skip to content

Commit 6048bd4

Browse files
committed
Apply fixes from StyleCI
1 parent 2726554 commit 6048bd4

2 files changed

+0
-3
lines changed

migrations/2023_07_08_000001_update_polls_discussion_relation_to_first_post.php

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
*/
1111

1212
use Illuminate\Database\Query\JoinClause;
13-
use Illuminate\Database\Schema\Blueprint;
1413
use Illuminate\Database\Schema\Builder;
1514

1615
// Split 1/2 of 2023_07_08_000001_update_polls_discussion_relation_to_first_post.php

migrations/2023_07_08_000002_add_polls_post_id_foreign.php

-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,8 @@
99
* file that was distributed with this source code.
1010
*/
1111

12-
use Illuminate\Database\Query\JoinClause;
1312
use Illuminate\Database\Schema\Blueprint;
1413
use Illuminate\Database\Schema\Builder;
15-
use Illuminate\Support\Arr;
1614

1715
// Split 2/2 of 2023_07_08_000001_update_polls_discussion_relation_to_first_post.php
1816
return [

0 commit comments

Comments
 (0)