Skip to content

Commit 2880c30

Browse files
authored
Set HasAttributes@casts() generic (#53024)
1 parent 61d4f2b commit 2880c30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Database/Eloquent/Concerns/HasAttributes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1620,7 +1620,7 @@ public function getCasts()
16201620
/**
16211621
* Get the attributes that should be cast.
16221622
*
1623-
* @return array
1623+
* @return array<string, string>
16241624
*/
16251625
protected function casts()
16261626
{

0 commit comments

Comments
 (0)