package->sharedViewData)) { return $this; } foreach ($this->package->sharedViewData as $name => $value) { View::share($name, $value); } return $this; } }