This commit is contained in:
Samuel Georges 2016-03-25 18:42:39 +11:00
parent 2a7dbdd74a
commit 86d4ae491e
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ class CmsObject extends HalcyonModel implements CmsObjectContract
/**
* Loads the object from a file.
* This method is used in the CMS back-end. It doesn't use any caching.
* @param $theme Specifies the theme the object belongs to.
* @param mixed $theme Specifies the theme the object belongs to.
* @param string $fileName Specifies the file name, with the extension.
* The file name can contain only alphanumeric symbols, dashes and dots.
* @return mixed Returns a CMS object instance or null if the object wasn't found.