Skip to content

Commit 0c2a9de

Browse files
tabunagithub-actions[bot]
authored andcommitted
Fixed code style
1 parent ebeb4d5 commit 0c2a9de

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

app/View/Components/Docs/Content.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
use Illuminate\Pipeline\Pipeline;
1515
use Illuminate\Support\Facades\Cache;
1616
use Illuminate\View\Component;
17-
use Symfony\Component\DomCrawler\Crawler;
1817

1918
class Content extends Component implements Htmlable
2019
{

routes/web.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -490,11 +490,10 @@
490490
|
491491
*/
492492

493-
Route::get('/test', function (Request $request){
493+
Route::get('/test', function (Request $request) {
494494
Notification::send($request->user(), new GreetNotification());
495495
});
496496

497-
498497
Route::get('/quiz', [\App\Http\Controllers\QuizController::class, 'index'])->name('quiz');
499498

500499
Route::post('stream/quiz/start', [\App\Http\Controllers\QuizController::class, 'startQuiz'])->name('stream.quiz.start');

0 commit comments

Comments
 (0)