Skip to content
This repository was archived by the owner on Dec 10, 2018. It is now read-only.

Commit 391ea33

Browse files
committed
Revert "Type hint"
This reverts commit e26370c.
1 parent 16e8b22 commit 391ea33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/TestModel.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class TestModel extends Model
1717

1818
protected $table = 'test';
1919

20-
public function setUuidSuffix($suffix = '_text'): void
20+
public function setUuidSuffix($suffix = '_text')
2121
{
2222
$this->uuidSuffix = $suffix;
2323
}

0 commit comments

Comments
 (0)