use BaseObject
This commit is contained in:
parent
877955e523
commit
bbecc6fde9
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user