File tree Expand file tree Collapse file tree 3 files changed +12
-11
lines changed Expand file tree Collapse file tree 3 files changed +12
-11
lines changed Original file line number Diff line number Diff line change 11version : 2
22updates :
3- - package-ecosystem : github-actions
3+ -
4+ package-ecosystem : github-actions
45 directory : /
56 schedule :
67 interval : daily
Original file line number Diff line number Diff line change 88use Illuminate \Database \Schema \Builder ;
99use Illuminate \Support \Facades \Schema ;
1010
11- return new class extends Migration {
11+ return new class () extends Migration {
1212 use HasTable;
1313
1414 public function up ()
Original file line number Diff line number Diff line change @@ -26,16 +26,16 @@ public static function save(Request $request): void
2626 }
2727
2828 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 ,
3535 array |string |null $ query ,
36- array $ payload ,
37- array $ headers ,
38- ?string $ ip
36+ array $ payload ,
37+ array $ headers ,
38+ ?string $ ip
3939 ): void {
4040 HttpLog::create (compact (
4141 'name ' ,
You can’t perform that action at this time.
0 commit comments