Fix import statement
This commit is contained in:
parent
7809f9ada5
commit
f730fc85e1
|
|
@ -1,6 +1,6 @@
|
||||||
<?php namespace Cms\Classes;
|
<?php namespace Cms\Classes;
|
||||||
|
|
||||||
use YAML;
|
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 Halycon datasources
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue