@@ -5,8 +5,7 @@ |
||
| 5 | 5 | use App\Http\Controllers\Controller; |
| 6 | 6 | use Illuminate\Foundation\Auth\AuthenticatesUsers; |
| 7 | 7 | |
| 8 | -class LoginController extends Controller |
|
| 9 | -{ |
|
| 8 | +class LoginController extends Controller { |
|
| 10 | 9 | /* |
| 11 | 10 | |-------------------------------------------------------------------------- |
| 12 | 11 | | Login Controller |
@@ -5,8 +5,7 @@ |
||
| 5 | 5 | use App\Http\Controllers\Controller; |
| 6 | 6 | use Illuminate\Foundation\Auth\ResetsPasswords; |
| 7 | 7 | |
| 8 | -class ResetPasswordController extends Controller |
|
| 9 | -{ |
|
| 8 | +class ResetPasswordController extends Controller { |
|
| 10 | 9 | /* |
| 11 | 10 | |-------------------------------------------------------------------------- |
| 12 | 11 | | Password Reset Controller |
@@ -5,8 +5,7 @@ |
||
| 5 | 5 | use App\DoctorDetail; |
| 6 | 6 | use Illuminate\Http\Request; |
| 7 | 7 | |
| 8 | -class DoctorDetailController extends Controller |
|
| 9 | -{ |
|
| 8 | +class DoctorDetailController extends Controller { |
|
| 10 | 9 | /** |
| 11 | 10 | * Display a listing of the resource. |
| 12 | 11 | * |
@@ -4,8 +4,7 @@ |
||
| 4 | 4 | |
| 5 | 5 | use Illuminate\Foundation\Http\Kernel as HttpKernel; |
| 6 | 6 | |
| 7 | -class Kernel extends HttpKernel |
|
| 8 | -{ |
|
| 7 | +class Kernel extends HttpKernel { |
|
| 9 | 8 | /** |
| 10 | 9 | * The application's global HTTP middleware stack. |
| 11 | 10 | * |