@@ -24,6 +24,9 @@ |
||
24 | 24 | "route_prefix", |
25 | 25 | ]; |
26 | 26 | |
27 | + /** |
|
28 | + * @param string $file |
|
29 | + */ |
|
27 | 30 | public function __construct(BrandingCommand $command, $file) |
28 | 31 | { |
29 | 32 | $this->command = $command; |
@@ -19,6 +19,9 @@ |
||
19 | 19 | "BACKPACK_REGISTRATION_OPEN", |
20 | 20 | ]; |
21 | 21 | |
22 | + /** |
|
23 | + * @param string $env |
|
24 | + */ |
|
22 | 25 | public function __construct(BrandingCommand $command, $env) |
23 | 26 | { |
24 | 27 | $this->command = $command; |
@@ -41,6 +41,9 @@ |
||
41 | 41 | $this->command->info("Config file for Branding facade created at <comment>{$path}</comment>"); |
42 | 42 | } |
43 | 43 | |
44 | + /** |
|
45 | + * @return string |
|
46 | + */ |
|
44 | 47 | function fileContent($values) |
45 | 48 | { |
46 | 49 | $data = ShortSyntaxArray::parse($values); |
@@ -26,6 +26,9 @@ |
||
26 | 26 | return $this->get('url'); |
27 | 27 | } |
28 | 28 | |
29 | + /** |
|
30 | + * @param string $key |
|
31 | + */ |
|
29 | 32 | private function get($key) |
30 | 33 | { |
31 | 34 | $configKey = 'zoutapps.branding.' . $key; |