Skip to content

Commit 104cafc

Browse files
tabunagithub-actions[bot]
authored andcommitted
Fixed code style
1 parent 2cc00be commit 104cafc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Http/Controllers/ConsultantController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
namespace App\Http\Controllers;
44

5+
use Illuminate\Http\RedirectResponse;
56
use Illuminate\Http\Request;
67
use NotificationChannels\Telegram\TelegramMessage;
78
use Orchid\Support\Facades\Toast;
8-
use Illuminate\Http\RedirectResponse;
99

1010
class ConsultantController extends Controller
1111
{

0 commit comments

Comments
 (0)