mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Fix docblock
This commit is contained in:
parent
5de492fb25
commit
f06bdde8c6
1 changed files with 1 additions and 1 deletions
|
@ -1082,7 +1082,7 @@ class Model extends Object implements CakeEventListener {
|
|||
}
|
||||
|
||||
/**
|
||||
* Sets a custom table for your controller class. Used by your controller to select a database table.
|
||||
* Sets a custom table for your model class. Used by your controller to select a database table.
|
||||
*
|
||||
* @param string $tableName Name of the custom table
|
||||
* @throws MissingTableException when database table $tableName is not found on data source
|
||||
|
|
Loading…
Add table
Reference in a new issue