Skip to content

Commit

Permalink
Fixed code style
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna authored and github-actions[bot] committed Apr 24, 2024
1 parent 46807d0 commit f6eedb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/ConsultantController.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

namespace App\Http\Controllers;

use Illuminate\Http\RedirectResponse;
use Illuminate\Http\Request;
use NotificationChannels\Telegram\TelegramMessage;
use Orchid\Support\Facades\Toast;
use Illuminate\Http\RedirectResponse;

class ConsultantController extends Controller
{
Expand Down

0 comments on commit f6eedb3

Please sign in to comment.