Skip to content

Commit 3cc7650

Browse files
authored
Update TestModel.php
1 parent 2e85c27 commit 3cc7650

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/TestModel.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,9 @@ class TestModel extends Model
1616
protected $uuidSuffix = '_text';
1717

1818
protected $table = 'test';
19+
20+
public function setUuidSuffix($suffix = '_text')
21+
{
22+
$this->uuidSuffix = $suffix;
23+
}
1924
}

0 commit comments

Comments
 (0)