From 15e4e5390145b0478677289aef9620648452e426 Mon Sep 17 00:00:00 2001 From: Marc Jauvin Date: Tue, 5 May 2020 13:12:45 -0400 Subject: [PATCH] fix typos in halcyon (#5066) --- modules/cms/classes/Meta.php | 2 +- modules/cms/classes/Theme.php | 4 ++-- modules/system/console/ThemeSync.php | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/cms/classes/Meta.php b/modules/cms/classes/Meta.php index e2fec147d..b74872e1e 100644 --- a/modules/cms/classes/Meta.php +++ b/modules/cms/classes/Meta.php @@ -3,7 +3,7 @@ use Yaml; /** - * The CMS meta file class, used for interacting with YAML files within the Halycon datasources + * The CMS meta file class, used for interacting with YAML files within the Halcyon datasources * * @package october\cms * @author Luke Towers diff --git a/modules/cms/classes/Theme.php b/modules/cms/classes/Theme.php index 50d62ae02..a5306c897 100644 --- a/modules/cms/classes/Theme.php +++ b/modules/cms/classes/Theme.php @@ -59,7 +59,7 @@ class Theme { $theme = new static; $theme->setDirName($dirName); - $theme->registerHalyconDatasource(); + $theme->registerHalcyonDatasource(); return $theme; } @@ -546,7 +546,7 @@ class Theme * Ensures this theme is registered as a Halcyon datasource. * @return void */ - public function registerHalyconDatasource() + public function registerHalcyonDatasource() { $resolver = App::make('halcyon'); diff --git a/modules/system/console/ThemeSync.php b/modules/system/console/ThemeSync.php index 9bdeacfe2..f709921d0 100644 --- a/modules/system/console/ThemeSync.php +++ b/modules/system/console/ThemeSync.php @@ -207,7 +207,7 @@ class ThemeSync extends Command * @param string $path * @param string $model * @param \Cms\Classes\Theme $theme - * @return \October\Rain\Halycon\Model + * @return \October\Rain\Halcyon\Model */ protected function getModelForPath($path, $modelClass, $theme) {