-
Notifications
You must be signed in to change notification settings - Fork 13
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
Ukol 4 - Jozef Liška #35
base: master
Are you sure you want to change the base?
Conversation
Conflicts: app/Resources/views/base.html.twig app/config/services.yml
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.
Pár drobnosti, ale jinak hezky jednoduše vyřešené
private $faqFacade; | ||
|
||
public function __construct(FaqFacade $faqFacade) | ||
{ |
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.
indent
class Faq | ||
{ | ||
|
||
/** |
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.
indent
class Message | ||
{ | ||
|
||
/** |
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.
indent :)
*/ | ||
private $message; | ||
|
||
/** |
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.
indent
* | ||
* @ORM\Entity(repositoryClass="AppBundle\Repository\MessageRepository") | ||
*/ | ||
class Message |
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.
Byl bych možná opatrný s použitím takto obecných slov...
No description provided.