Skip to content

Commit

Permalink
remove blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
Sagmedjo authored Dec 19, 2024
1 parent c014c41 commit 899d22f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Database/Models.php
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ public static function isOwnedBy(Model $authority, Model $model)
$attribute = strtolower(static::basename($authority)).'_id';
}


$isOwnedVia = static::isOwnedVia($attribute, $authority, $model);
$model::preventAccessingMissingAttributes($preventsAccessingMissingAttributes);
return $isOwnedVia;
Expand Down

0 comments on commit 899d22f

Please sign in to comment.