mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Added default constructor.
This commit is contained in:
parent
f5fa56ff3c
commit
34c7c1551f
1 changed files with 8 additions and 0 deletions
|
@ -138,6 +138,14 @@ class Helper {
|
||||||
*/
|
*/
|
||||||
private $__cleaned = null;
|
private $__cleaned = null;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Default Constructor
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public function __construct() {
|
||||||
|
// Nothing to see here.
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Default overload methods
|
* Default overload methods
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue