File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -938,7 +938,7 @@ <h3 class="text-lg font-semibold mb-3">Creating Events</h3>
938938 < p class ="text-gray-600 mb-4 ">
939939 Create < code class ="bg-gray-100 px-2 py-1 rounded "> app/Events/TodoCreatedEvent.php</ code > :
940940 </ p >
941- < pre class ="bg-gray-100 p-4 rounded mb-4 "> < code class ="language-php "> < ?php
941+ < pre class ="bg-gray-100 p-4 rounded mb-4 "> < code class ="language-php "> < ?php
942942
943943declare(strict_types=1);
944944
@@ -965,7 +965,7 @@ <h3 class="text-lg font-semibold mb-3">Creating Events</h3>
965965 < p class ="text-gray-600 mb-4 mt-6 ">
966966 Create < code class ="bg-gray-100 px-2 py-1 rounded "> app/Events/TodoCompletedEvent.php</ code > :
967967 </ p >
968- < pre class ="bg-gray-100 p-4 rounded mb-4 "> < code class ="language-php "> < ?php
968+ < pre class ="bg-gray-100 p-4 rounded mb-4 "> < code class ="language-php "> < ?php
969969
970970declare(strict_types=1);
971971
You can’t perform that action at this time.
0 commit comments