mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-13 02:54:05 +00:00
Apply fixes from StyleCI
This commit is contained in:
parent
3ee1e36653
commit
6bcd327b75
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ trait GeneratesIds
|
||||||
{
|
{
|
||||||
return ! $this->getIncrementing();
|
return ! $this->getIncrementing();
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getKeyType()
|
public function getKeyType()
|
||||||
{
|
{
|
||||||
return $this->shouldGenerateId() ? 'string' : $this->keyType;
|
return $this->shouldGenerateId() ? 'string' : $this->keyType;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue