mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Adding @link tag to class definition.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7814 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
d17cbbc7ca
commit
72bd7ba04b
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ App::import('Model', 'Schema');
|
|||
*
|
||||
* @package cake
|
||||
* @subpackage cake.cake.console.libs
|
||||
* @link http://book.cakephp.org/view/734/Schema-management-and-migrations
|
||||
*/
|
||||
class SchemaShell extends Shell {
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue