@@ -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 | } |
@@ -4,8 +4,7 @@ |
||
4 | 4 | |
5 | 5 | use GeminiLabs\Castor\Facade; |
6 | 6 | |
7 | -class Template extends Facade |
|
8 | -{ |
|
7 | +class Template extends Facade { |
|
9 | 8 | /** |
10 | 9 | * Get the fully qualified class name of the component. |
11 | 10 | * |
@@ -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 | } |
@@ -4,8 +4,7 @@ |
||
4 | 4 | |
5 | 5 | use GeminiLabs\Castor\Facade; |
6 | 6 | |
7 | -class Utility extends Facade |
|
8 | -{ |
|
7 | +class Utility extends Facade { |
|
9 | 8 | /** |
10 | 9 | * Get the fully qualified class name of the component. |
11 | 10 | * |
@@ -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 | } |
@@ -4,8 +4,7 @@ |
||
4 | 4 | |
5 | 5 | use GeminiLabs\Castor\Facade; |
6 | 6 | |
7 | -class Theme extends Facade |
|
8 | -{ |
|
7 | +class Theme extends Facade { |
|
9 | 8 | /** |
10 | 9 | * Get the fully qualified class name of the component. |
11 | 10 | * |
@@ -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 | } |
@@ -4,8 +4,7 @@ |
||
4 | 4 | |
5 | 5 | use GeminiLabs\Castor\Facade; |
6 | 6 | |
7 | -class Development extends Facade |
|
8 | -{ |
|
7 | +class Development extends Facade { |
|
9 | 8 | /** |
10 | 9 | * Get the fully qualified class name of the component. |
11 | 10 | * |
@@ -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 | } |
@@ -4,8 +4,7 @@ |
||
4 | 4 | |
5 | 5 | use GeminiLabs\Castor\Facade; |
6 | 6 | |
7 | -class PostMeta extends Facade |
|
8 | -{ |
|
7 | +class PostMeta extends Facade { |
|
9 | 8 | /** |
10 | 9 | * Get the fully qualified class name of the component. |
11 | 10 | * |
@@ -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 | } |
@@ -4,8 +4,7 @@ |
||
4 | 4 | |
5 | 5 | use GeminiLabs\Castor\Facade; |
6 | 6 | |
7 | -class Media extends Facade |
|
8 | -{ |
|
7 | +class Media extends Facade { |
|
9 | 8 | /** |
10 | 9 | * Get the fully qualified class name of the component. |
11 | 10 | * |
@@ -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 | } |
@@ -4,8 +4,7 @@ |
||
4 | 4 | |
5 | 5 | use GeminiLabs\Castor\Facade; |
6 | 6 | |
7 | -class Render extends Facade |
|
8 | -{ |
|
7 | +class Render extends Facade { |
|
9 | 8 | /** |
10 | 9 | * Get the fully qualified class name of the component. |
11 | 10 | * |
@@ -6,13 +6,13 @@ |
||
6 | 6 | |
7 | 7 | class SiteMeta 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\SiteMeta::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\SiteMeta::class; |
|
17 | + } |
|
18 | 18 | } |
@@ -4,8 +4,7 @@ |
||
4 | 4 | |
5 | 5 | use GeminiLabs\Castor\Facade; |
6 | 6 | |
7 | -class SiteMeta extends Facade |
|
8 | -{ |
|
7 | +class SiteMeta extends Facade { |
|
9 | 8 | /** |
10 | 9 | * Get the fully qualified class name of the component. |
11 | 10 | * |
@@ -6,13 +6,13 @@ |
||
6 | 6 | |
7 | 7 | class ArchiveMeta 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\ArchiveMeta::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\ArchiveMeta::class; |
|
17 | + } |
|
18 | 18 | } |
@@ -4,8 +4,7 @@ |
||
4 | 4 | |
5 | 5 | use GeminiLabs\Castor\Facade; |
6 | 6 | |
7 | -class ArchiveMeta extends Facade |
|
8 | -{ |
|
7 | +class ArchiveMeta extends Facade { |
|
9 | 8 | /** |
10 | 9 | * Get the fully qualified class name of the component. |
11 | 10 | * |