-
Notifications
You must be signed in to change notification settings - Fork 34
Symfony HW1 Rokas Kliucinskas #289
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: homework-2019-11-12
Are you sure you want to change the base?
Symfony HW1 Rokas Kliucinskas #289
Conversation
Fix documentation: GitHub actions instead of TravisCI
| public function index() | ||
| public function index(Request $request) | ||
| { | ||
| $data = file_get_contents("students.json"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Verta naudoti KernelInterface ir nepriklausyti nuo include dir
Plačiau:
|
|
||
| <ul class="list-group m-4"> | ||
| <li class="list-group-item list-group-item-info">Studentai</li> | ||
| {% for team_name, team in teams %} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 Kad naudoji for su key, element sintakse. Tada galima sudėtingesnius objektus atvaizduoti su vis dar lengvai skaitomu kodu.
No description provided.