mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Removing unused Set class import.
This commit is contained in:
parent
8d1198dfd6
commit
67fffaab86
1 changed files with 0 additions and 3 deletions
|
@ -31,9 +31,6 @@
|
||||||
if (!class_exists('Object')) {
|
if (!class_exists('Object')) {
|
||||||
uses('object');
|
uses('object');
|
||||||
}
|
}
|
||||||
if (!class_exists('Set')) {
|
|
||||||
require LIBS . 'set.php';
|
|
||||||
}
|
|
||||||
/**
|
/**
|
||||||
* Pluralize and singularize English words.
|
* Pluralize and singularize English words.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue