Skip to content

Commit

Permalink
Merge pull request spanjeta#16 from maks757/patch-2
Browse files Browse the repository at this point in the history
deprecated since 2.0.13
  • Loading branch information
spanjeta authored May 15, 2018
2 parents 97443cb + 94d50f0 commit cead8b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helpers/MysqlBackup.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

namespace spanjeta\modules\backup\helpers;

use yii\base\Object;
use yii\base\BaseObject;
use Yii;
use yii\db\Exception;

class MysqlBackup extends Object {
class MysqlBackup extends BaseObject {
public $tables = [ ];
public $fp;
public $file_name;
Expand Down

0 comments on commit cead8b1

Please sign in to comment.