1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 19:04:02 +00:00

Apply fixes from StyleCI

This commit is contained in:
stancl 2021-04-22 09:04:14 +00:00 committed by StyleCI Bot
parent 3ee1e36653
commit 6bcd327b75

View file

@ -26,7 +26,7 @@ trait GeneratesIds
{
return ! $this->getIncrementing();
}
public function getKeyType()
{
return $this->shouldGenerateId() ? 'string' : $this->keyType;