mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
Fixed typo
This commit is contained in:
parent
047ffd1530
commit
c870044262
1 changed files with 1 additions and 1 deletions
|
@ -2925,7 +2925,7 @@ class DboSource extends DataSource {
|
||||||
* Reset a sequence based on the MAX() value of $column. Useful
|
* Reset a sequence based on the MAX() value of $column. Useful
|
||||||
* for resetting sequences after using insertMulti().
|
* for resetting sequences after using insertMulti().
|
||||||
*
|
*
|
||||||
* This method should be implmented by datasources that require sequences to be used.
|
* This method should be implemented by datasources that require sequences to be used.
|
||||||
*
|
*
|
||||||
* @param string $table The name of the table to update.
|
* @param string $table The name of the table to update.
|
||||||
* @param string $column The column to use when reseting the sequence value.
|
* @param string $column The column to use when reseting the sequence value.
|
||||||
|
|
Loading…
Add table
Reference in a new issue