Skip to content

Commit 1249453

Browse files
committed
fix: phpcs
1 parent dd38287 commit 1249453

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/Models/User/Databases/DatabasesInputCols.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,8 @@ class DatabasesInputCols extends Model
2020
* @return \Illuminate\Database\Eloquent\Relations\BelongsTo
2121
* @phpcsSuppress
2222
*/
23-
public function databases_input()
23+
public function databases_input() // phpcs:ignore
2424
{
2525
return $this->belongsTo(DatabasesInputs::class, 'databases_inputs_id');
2626
}
27-
2827
}

0 commit comments

Comments
 (0)