Skip to content

Commit 49bfc50

Browse files
committed
Apply fixes from StyleCI
1 parent bf487be commit 49bfc50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Searchable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ public static function search($query = '', $callback = null)
122122
'model' => new static,
123123
'query' => $query,
124124
'callback' => $callback,
125-
'softDelete'=> static::usesSoftDelete() && config('scout.soft_delete', false),
125+
'softDelete' => static::usesSoftDelete() && config('scout.soft_delete', false),
126126
]);
127127
}
128128

0 commit comments

Comments
 (0)