Skip to content

Commit

Permalink
fix styleci
Browse files Browse the repository at this point in the history
  • Loading branch information
riipandi committed Jan 24, 2020
1 parent 1de558f commit 445ab93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Traits/HasUlidKey.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public static function bootHasUlidKey()

public function getUlidFieldName()
{
if (!empty($this->ulidFieldName)) {
if (! empty($this->ulidFieldName)) {
return $this->ulidFieldName;
}

Expand Down

0 comments on commit 445ab93

Please sign in to comment.