mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-03 01:52:40 +00:00
Removing Object extension on Validation.
This commit is contained in:
parent
4c769ea585
commit
298b44a550
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ if (!class_exists('Multibyte')) {
|
|||
* @subpackage cake.cake.libs
|
||||
* @since CakePHP v 1.2.0.3830
|
||||
*/
|
||||
class Validation extends Object {
|
||||
class Validation {
|
||||
|
||||
/**
|
||||
* Some complex patterns needed in multiple places
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue