Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
chipslays authored Aug 3, 2023
1 parent b949673 commit 514940e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/laravel/core/handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

/*
|--------------------------------------------------------------------------
| Application Kernel
| Events Handler
|--------------------------------------------------------------------------
|
| The place where you do your awesome things.
Expand All @@ -21,4 +21,4 @@
$event->reply(data: [
'version' => app()->version()],
);
});
});

0 comments on commit 514940e

Please sign in to comment.