Skip to content

Commit 6aaa541

Browse files
committed
Reverted types addition on extended method
1 parent bed4b8a commit 6aaa541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Concerns/HasTimezonedTimestamps.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ trait HasTimezonedTimestamps
1010
/**
1111
* Determine if the given attribute is a date or date castable.
1212
*/
13-
protected function isDateAttribute(string $key): bool
13+
protected function isDateAttribute($key)
1414
{
1515
return (in_array($key, $this->getDates(), true) ||
1616
$this->isDateCastable($key)) &&

0 commit comments

Comments
 (0)