We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d0b7c7 commit 7d24081Copy full SHA for 7d24081
2 files changed
composer.json
@@ -3,7 +3,7 @@
3
"description": "Don't find route models created after a moment in time.",
4
"type": "library",
5
"license": "MIT",
6
- "minimum-stability": "stable",
+ "minimum-stability": "dev",
7
"prefer-stable": true,
8
"authors": [
9
{
src/Http/Middleware/Expires.php
@@ -32,7 +32,7 @@ class Expires
32
/**
33
* The name of the middleware.
34
*/
35
- public const SIGNATURE = 'expires';
+ public const string SIGNATURE = 'expires';
36
37
38
* Create a new middleware instance.
0 commit comments