Skip to content

Commit 8bdce09

Browse files
Remove importing unused classes in one example of controllers.md (#9065)
1 parent 04dcc0d commit 8bdce09

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

controllers.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,6 @@ If a controller action is particularly complex, you might find it convenient to
7474
<?php
7575

7676
namespace App\Http\Controllers;
77-
78-
use App\Models\User;
79-
use Illuminate\Http\Response;
8077

8178
class ProvisionServer extends Controller
8279
{

0 commit comments

Comments
 (0)