Skip to content

Commit b4e510f

Browse files
committed
Fixes before release
1 parent 49903e0 commit b4e510f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

app/Http/Middleware/TrustProxies.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ class TrustProxies extends Middleware
1515
protected $proxies;
1616

1717
/**
18-
* The current proxy header mappings.
18+
* The headers that should be used to detect proxies.
1919
*
20-
* @var array
20+
* @var int
2121
*/
2222
protected $headers = Request::HEADER_X_FORWARDED_ALL;
2323
}

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
"laravel/tinker": "^1.0",
2929
"lord/laroute": "^2.4",
3030
"matriphe/iso-639": "^1.2",
31-
"mtdowling/cron-expression": "^1.2",
3231
"nesbot/carbon": "^1.22",
3332
"pragmarx/google2fa": "^2.0",
3433
"predis/predis": "^1.1",

0 commit comments

Comments
 (0)