File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 8
8
use Illuminate \Database \Schema \Builder ;
9
9
use Illuminate \Support \Facades \Schema ;
10
10
11
- return new class extends Migration {
11
+ return new class () extends Migration {
12
12
use HasTable;
13
13
14
14
public function up ()
Original file line number Diff line number Diff line change @@ -26,16 +26,16 @@ public static function save(Request $request): void
26
26
}
27
27
28
28
protected static function store (
29
- ?string $ name ,
30
- string $ method ,
31
- string $ scheme ,
32
- string $ host ,
33
- int |string |null $ port ,
34
- string $ path ,
29
+ ?string $ name ,
30
+ string $ method ,
31
+ string $ scheme ,
32
+ string $ host ,
33
+ int |string |null $ port ,
34
+ string $ path ,
35
35
array |string |null $ query ,
36
- array $ payload ,
37
- array $ headers ,
38
- ?string $ ip
36
+ array $ payload ,
37
+ array $ headers ,
38
+ ?string $ ip
39
39
): void {
40
40
HttpLog::create (compact (
41
41
'name ' ,
You can’t perform that action at this time.
0 commit comments