Skip to content

Commit 89d4c62

Browse files
authored
Merge pull request #5 from evgeek/master
Suppress deprecation warning
2 parents 69eb013 + e7d71cc commit 89d4c62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Database/Eloquent/Model.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -641,6 +641,7 @@ public function offsetExists($offset): bool
641641
*
642642
* @return mixed
643643
*/
644+
#[\ReturnTypeWillChange]
644645
public function offsetGet($offset)
645646
{
646647
return $this->getAttribute($offset);

0 commit comments

Comments
 (0)