Skip to content
This repository was archived by the owner on Aug 1, 2021. It is now read-only.

Commit f13417b

Browse files
fix: phpcs
1 parent 2cb4510 commit f13417b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/classes/models/custom_post/setting.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -409,8 +409,7 @@ public function get_settings( $target ) {
409409
foreach (
410410
$this->app->array->get( $this->get_list_data( function ( $query ) {
411411
/** @var Builder $query */
412-
$query->where( 'is_valid', 1 )
413-
->order_by( 'priority' );
412+
$query->where( 'is_valid', 1 )->order_by( 'priority' );
414413
} ), 'data' ) as $data
415414
) {
416415
$options = [];

0 commit comments

Comments
 (0)