Skip to content

Commit

Permalink
Remove debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
tbreuss authored Mar 1, 2020
1 parent 9ae7351 commit fdc7bf1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Inertia.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ public function share($key, $value = null)
} elseif (is_string($key) && is_array($value)) {
Yii::$app->params[$this->shareKey] = array_merge($this->getShared(), [$key => $value]);
}
$test = $this->getShared();
}

/**
Expand Down

0 comments on commit fdc7bf1

Please sign in to comment.