docs: remove unneeded <?= and ?>

This commit is contained in:
kenjis 2022-04-03 10:26:58 +09:00
parent 3f480d4534
commit f58bac1954
No known key found for this signature in database
GPG Key ID: BD254878922AF198

View File

@ -50,7 +50,7 @@ the slug from our title in the model. Create a new view at
There are probably only three things here that look unfamiliar.
The ``<?= session()->getFlashdata('error') ?>`` function is used to report
The ``session()->getFlashdata('error')`` function is used to report
errors related to CSRF protection.
The ``service('validation')->listErrors()`` function is used to report