mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 11:06:15 +00:00
Reverting inheritance modification to Validation.
This commit is contained in:
parent
d38e50805d
commit
84b5458a36
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
||||||
* @subpackage cake.cake.libs
|
* @subpackage cake.cake.libs
|
||||||
* @since CakePHP v 1.2.0.3830
|
* @since CakePHP v 1.2.0.3830
|
||||||
*/
|
*/
|
||||||
class Validation {
|
class Validation extends Object {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set the the value of methods $check param.
|
* Set the the value of methods $check param.
|
||||||
|
|
Loading…
Add table
Reference in a new issue