| @@ -6,13 +6,13 @@ | ||
| 6 | 6 | |
| 7 | 7 | class Template extends Facade | 
| 8 | 8 |  { | 
| 9 | - /** | |
| 10 | - * Get the fully qualified class name of the component. | |
| 11 | - * | |
| 12 | - * @return string | |
| 13 | - */ | |
| 14 | - protected static function getFacadeAccessor() | |
| 15 | -    { | |
| 16 | - return \GeminiLabs\Castor\Helpers\Template::class; | |
| 17 | - } | |
| 9 | + /** | |
| 10 | + * Get the fully qualified class name of the component. | |
| 11 | + * | |
| 12 | + * @return string | |
| 13 | + */ | |
| 14 | + protected static function getFacadeAccessor() | |
| 15 | +	{ | |
| 16 | + return \GeminiLabs\Castor\Helpers\Template::class; | |
| 17 | + } | |
| 18 | 18 | } | 
| @@ -6,13 +6,13 @@ | ||
| 6 | 6 | |
| 7 | 7 | class Utility extends Facade | 
| 8 | 8 |  { | 
| 9 | - /** | |
| 10 | - * Get the fully qualified class name of the component. | |
| 11 | - * | |
| 12 | - * @return string | |
| 13 | - */ | |
| 14 | - protected static function getFacadeAccessor() | |
| 15 | -    { | |
| 16 | - return \GeminiLabs\Castor\Helpers\Utility::class; | |
| 17 | - } | |
| 9 | + /** | |
| 10 | + * Get the fully qualified class name of the component. | |
| 11 | + * | |
| 12 | + * @return string | |
| 13 | + */ | |
| 14 | + protected static function getFacadeAccessor() | |
| 15 | +	{ | |
| 16 | + return \GeminiLabs\Castor\Helpers\Utility::class; | |
| 17 | + } | |
| 18 | 18 | } | 
| @@ -6,13 +6,13 @@ | ||
| 6 | 6 | |
| 7 | 7 | class Theme extends Facade | 
| 8 | 8 |  { | 
| 9 | - /** | |
| 10 | - * Get the fully qualified class name of the component. | |
| 11 | - * | |
| 12 | - * @return string | |
| 13 | - */ | |
| 14 | - protected static function getFacadeAccessor() | |
| 15 | -    { | |
| 16 | - return \GeminiLabs\Castor\Helpers\Theme::class; | |
| 17 | - } | |
| 9 | + /** | |
| 10 | + * Get the fully qualified class name of the component. | |
| 11 | + * | |
| 12 | + * @return string | |
| 13 | + */ | |
| 14 | + protected static function getFacadeAccessor() | |
| 15 | +	{ | |
| 16 | + return \GeminiLabs\Castor\Helpers\Theme::class; | |
| 17 | + } | |
| 18 | 18 | } | 
| @@ -6,13 +6,13 @@ | ||
| 6 | 6 | |
| 7 | 7 | class Development extends Facade | 
| 8 | 8 |  { | 
| 9 | - /** | |
| 10 | - * Get the fully qualified class name of the component. | |
| 11 | - * | |
| 12 | - * @return string | |
| 13 | - */ | |
| 14 | - protected static function getFacadeAccessor() | |
| 15 | -    { | |
| 16 | - return \GeminiLabs\Castor\Helpers\Development::class; | |
| 17 | - } | |
| 9 | + /** | |
| 10 | + * Get the fully qualified class name of the component. | |
| 11 | + * | |
| 12 | + * @return string | |
| 13 | + */ | |
| 14 | + protected static function getFacadeAccessor() | |
| 15 | +	{ | |
| 16 | + return \GeminiLabs\Castor\Helpers\Development::class; | |
| 17 | + } | |
| 18 | 18 | } | 
| @@ -18,11 +18,11 @@ | ||
| 18 | 18 | */ | 
| 19 | 19 | protected static $instance; | 
| 20 | 20 | |
| 21 | - /** | |
| 22 | - * The container's bound services. | |
| 23 | - * | |
| 24 | - * @var array | |
| 25 | - */ | |
| 21 | + /** | |
| 22 | + * The container's bound services. | |
| 23 | + * | |
| 24 | + * @var array | |
| 25 | + */ | |
| 26 | 26 | protected $services = []; | 
| 27 | 27 | |
| 28 | 28 | /** | 
| @@ -6,13 +6,13 @@ | ||
| 6 | 6 | |
| 7 | 7 | class PostMeta extends Facade | 
| 8 | 8 |  { | 
| 9 | - /** | |
| 10 | - * Get the fully qualified class name of the component. | |
| 11 | - * | |
| 12 | - * @return string | |
| 13 | - */ | |
| 14 | - protected static function getFacadeAccessor() | |
| 15 | -    { | |
| 16 | - return \GeminiLabs\Castor\Helpers\PostMeta::class; | |
| 17 | - } | |
| 9 | + /** | |
| 10 | + * Get the fully qualified class name of the component. | |
| 11 | + * | |
| 12 | + * @return string | |
| 13 | + */ | |
| 14 | + protected static function getFacadeAccessor() | |
| 15 | +	{ | |
| 16 | + return \GeminiLabs\Castor\Helpers\PostMeta::class; | |
| 17 | + } | |
| 18 | 18 | } | 
| @@ -6,13 +6,13 @@ | ||
| 6 | 6 | |
| 7 | 7 | class Media extends Facade | 
| 8 | 8 |  { | 
| 9 | - /** | |
| 10 | - * Get the fully qualified class name of the component. | |
| 11 | - * | |
| 12 | - * @return string | |
| 13 | - */ | |
| 14 | - protected static function getFacadeAccessor() | |
| 15 | -    { | |
| 16 | - return \GeminiLabs\Castor\Helpers\Media::class; | |
| 17 | - } | |
| 9 | + /** | |
| 10 | + * Get the fully qualified class name of the component. | |
| 11 | + * | |
| 12 | + * @return string | |
| 13 | + */ | |
| 14 | + protected static function getFacadeAccessor() | |
| 15 | +	{ | |
| 16 | + return \GeminiLabs\Castor\Helpers\Media::class; | |
| 17 | + } | |
| 18 | 18 | } | 
| @@ -6,13 +6,13 @@ | ||
| 6 | 6 | |
| 7 | 7 | class Render extends Facade | 
| 8 | 8 |  { | 
| 9 | - /** | |
| 10 | - * Get the fully qualified class name of the component. | |
| 11 | - * | |
| 12 | - * @return string | |
| 13 | - */ | |
| 14 | - protected static function getFacadeAccessor() | |
| 15 | -    { | |
| 16 | - return \GeminiLabs\Castor\Helpers\Render::class; | |
| 17 | - } | |
| 9 | + /** | |
| 10 | + * Get the fully qualified class name of the component. | |
| 11 | + * | |
| 12 | + * @return string | |
| 13 | + */ | |
| 14 | + protected static function getFacadeAccessor() | |
| 15 | +	{ | |
| 16 | + return \GeminiLabs\Castor\Helpers\Render::class; | |
| 17 | + } | |
| 18 | 18 | } |