Skip to content

Commit 7d24081

Browse files
3.x
1 parent 4d0b7c7 commit 7d24081

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Don't find route models created after a moment in time.",
44
"type": "library",
55
"license": "MIT",
6-
"minimum-stability": "stable",
6+
"minimum-stability": "dev",
77
"prefer-stable": true,
88
"authors": [
99
{

src/Http/Middleware/Expires.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class Expires
3232
/**
3333
* The name of the middleware.
3434
*/
35-
public const SIGNATURE = 'expires';
35+
public const string SIGNATURE = 'expires';
3636

3737
/**
3838
* Create a new middleware instance.

0 commit comments

Comments
 (0)