Skip to content
This repository has been archived by the owner on Jun 18, 2019. It is now read-only.

Commit

Permalink
fix php cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Gummibeer committed Jul 24, 2018
1 parent 40e6c39 commit ee84061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Translatable/Translatable.php
Expand Up @@ -165,7 +165,7 @@ private function getAttributeOrFallback($locale, $attribute)

if (
(
!$translation instanceof Model ||
! $translation instanceof Model ||
empty($translation->$attribute)
) &&
$this->usePropertyFallback()
Expand Down

0 comments on commit ee84061

Please sign in to comment.