Skip to content

Commit

Permalink
Fix cs
Browse files Browse the repository at this point in the history
  • Loading branch information
bastien-phi committed Dec 6, 2023
1 parent 6609e50 commit ba677f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Domain/Models/Actions/ResolveModelAttributes.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public function execute(Model $model): void
*/
private function resolveColumns(Model $model): array
{
$table = $model->instance()->getConnection()->getTablePrefix().$model->instance()->getTable();
$table = $model->instance()->getConnection()->getTablePrefix() . $model->instance()->getTable();

return $model->instance()
->getConnection()
Expand Down

0 comments on commit ba677f3

Please sign in to comment.