fix typos in halcyon (#5066)
This commit is contained in:
parent
b896924dec
commit
15e4e53901
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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');
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue