mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-09 21:12:41 +00:00
Fixing some @package declarations
This commit is contained in:
parent
5a181d8705
commit
705593908b
8 changed files with 1 additions and 14 deletions
|
@ -12,7 +12,6 @@
|
|||
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @package Cake.Model
|
||||
* @subpackage cake.cake.libs.model
|
||||
* @since CakePHP(tm) v 0.2.9
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
@ -26,7 +25,6 @@ App::uses('AppModel', 'Model');
|
|||
* Permissions linking AROs with ACOs
|
||||
*
|
||||
* @package Cake.Model
|
||||
* @subpackage cake.cake.libs.model
|
||||
*/
|
||||
class Permission extends AppModel {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue