Share primary currency to all pages.

This commit is contained in:
James Cole
2025-09-03 21:02:13 +02:00
parent 2a7bb6f048
commit 19e36f6f6e
2 changed files with 1 additions and 2 deletions

View File

@@ -140,6 +140,7 @@ abstract class Controller extends BaseController
View::share('language', $language);
View::share('locale', $locale);
View::share('convertToPrimary', $this->convertToPrimary);
View::share('primaryCurrency', $this->primaryCurrency);
View::share('shownDemo', $shownDemo);
View::share('current_route_name', $page);
View::share('original_route_name', Route::currentRouteName());