Skip to content

Commit e392b6f

Browse files
Remove importing Controller from two examples in validation.md (#9073)
1 parent f120a62 commit e392b6f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

validation.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ Next, let's take a look at a simple controller that handles incoming requests to
6969

7070
namespace App\Http\Controllers;
7171

72-
use App\Http\Controllers\Controller;
7372
use Illuminate\Http\RedirectResponse;
7473
use Illuminate\Http\Request;
7574
use Illuminate\View\View;
@@ -543,7 +542,6 @@ If you do not want to use the `validate` method on the request, you may create a
543542

544543
namespace App\Http\Controllers;
545544

546-
use App\Http\Controllers\Controller;
547545
use Illuminate\Http\RedirectResponse;
548546
use Illuminate\Http\Request;
549547
use Illuminate\Support\Facades\Validator;

0 commit comments

Comments
 (0)