mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 11:06:15 +00:00
Correcting typo in package doc tag
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7293 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
2bf3a0b08f
commit
558c93a46e
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ App::import('Model', 'ConnectionManager');
|
||||||
* Base Class for Schema management
|
* Base Class for Schema management
|
||||||
*
|
*
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage ccake.cake.libs.model
|
* @subpackage cake.cake.libs.model
|
||||||
*/
|
*/
|
||||||
class CakeSchema extends Object {
|
class CakeSchema extends Object {
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue