Skip to content

Commit c88ce8e

Browse files
committed
php8.2
1 parent ab08370 commit c88ce8e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/SchemaMacros.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,10 @@
44

55
class SchemaMacros
66
{
7-
public const string TRASH_DATE_FORMAT = 'Y-m-d_H-i-s';
7+
/**
8+
* The date format used for the trash table
9+
*
10+
* @var string
11+
*/
12+
public const TRASH_DATE_FORMAT = 'Y-m-d_H-i-s';
813
}

0 commit comments

Comments
 (0)