Skip to content
This repository has been archived by the owner on Sep 22, 2024. It is now read-only.

Commit

Permalink
Apply cs fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pactode committed Aug 8, 2019
1 parent 60447de commit a0ba831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Concerns/Translatable.php
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ public function getTranslationValue(string $langCode, string $attribute)
->first();

if ($translation === null) {
return null;
return;
}

if ($this->hasCast($attribute)) {
Expand Down

0 comments on commit a0ba831

Please sign in to comment.