Skip to content

Commit

Permalink
fix rm Object in php7
Browse files Browse the repository at this point in the history
  • Loading branch information
deepziyu committed Jun 13, 2018
1 parent b082b37 commit 96d7204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/Connection.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public function getSchema()
* @param \yii\base\Object $object
* @return bool|int|string
*/
protected function getComponentId(\yii\base\Object $object)
protected function getComponentId($object)
{
/** @var Application $app */
$app = Yii::$app->getApplication();
Expand Down

0 comments on commit 96d7204

Please sign in to comment.