Skip to content

Commit 203e9f6

Browse files
committed
Apply fixes from StyleCI
1 parent 85d95c7 commit 203e9f6

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

app/Http/Requests/CustomoidRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function rules(): array
4444
];
4545

4646
// device_id is required only when creating
47-
if ($this->isMethod('post') && !$this->route('customoid')) {
47+
if ($this->isMethod('post') && ! $this->route('customoid')) {
4848
$rules['device_id'] = 'required|integer|exists:devices,device_id';
4949
}
5050

routes/web.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252
use App\Http\Controllers\RoleController;
5353
use App\Http\Controllers\Select;
5454
use App\Http\Controllers\SensorController;
55-
use App\Http\Controllers\ServiceController;
5655
use App\Http\Controllers\ServiceTemplateController;
5756
use App\Http\Controllers\SettingsController;
5857
use App\Http\Controllers\SslCertificateController;

0 commit comments

Comments
 (0)