use BaseObject

This commit is contained in:
Brett O'Donnell 2018-03-16 03:31:23 +10:30
parent 877955e523
commit bbecc6fde9

View File

@ -2,12 +2,12 @@
namespace app\components; namespace app\components;
use yii\base\Object; use yii\base\BaseObject;
/** /**
* Serialize * Serialize
*/ */
class Serialize extends Object class Serialize extends BaseObject
{ {
/** /**
* Convert the given value into a gzip compressed blob so it can be stored in the database * Convert the given value into a gzip compressed blob so it can be stored in the database