Skip to content

Commit 5f8c453

Browse files
committed
Apply fixes from StyleCI
1 parent c1f9c5a commit 5f8c453

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

app/Http/Controllers/UserController.php

+1
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@ public function getWelcome()
274274
public function getForgotPassword($email = '')
275275
{
276276
$data['email'] = $email;
277+
277278
return view('user/forgotPassword', $data);
278279
}
279280

database/migrations/2023_04_19_210008_alter_user_table_add_notes_field.php

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?php
22

33
use Illuminate\Database\Migrations\Migration;
4-
use Illuminate\Database\Schema\Blueprint;
54
use Illuminate\Support\Facades\Schema;
65

76
return new class extends Migration

0 commit comments

Comments
 (0)