Skip to content

Commit

Permalink
Update EntityFromDb.php
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelh78 committed May 6, 2024
1 parent f8f9862 commit 85f7820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion galette/lib/Galette/Entity/Base/EntityFromDb.php
Expand Up @@ -380,7 +380,7 @@ private function getOption(string $name, mixed &$option): bool

/**
* __call
* Implement a getMyProperty() for all columns in database; example : getId()
* Implement a getMyProperty() for all columns in database; example : getId(), getName()...
* @param string $name Method name getXXXX
* @param array $arguments getXXXX([$arguments])
* @return mixed optional returned value
Expand Down

0 comments on commit 85f7820

Please sign in to comment.