mirror of
https://github.com/hauke68/Magallanes.git
synced 2026-09-05 00:48:57 +02:00
Tweaks.
This commit is contained in:
+4
-4
@@ -432,7 +432,7 @@ class Config
|
||||
* Gets General Configuration
|
||||
*
|
||||
* @param string $option
|
||||
* @param string $default
|
||||
* @param bool|string $default
|
||||
* @return mixed
|
||||
*/
|
||||
public function general($option, $default = false)
|
||||
@@ -453,7 +453,7 @@ class Config
|
||||
* Gets Environments Full Configuration
|
||||
*
|
||||
* @param string $option
|
||||
* @param string $default
|
||||
* @param bool|string $default
|
||||
* @return mixed
|
||||
*/
|
||||
public function environmentConfig($option, $default = false)
|
||||
@@ -465,7 +465,7 @@ class Config
|
||||
* Get deployment configuration
|
||||
*
|
||||
* @param string $option
|
||||
* @param string $default
|
||||
* @param bool|string $default
|
||||
* @return string
|
||||
*/
|
||||
public function deployment($option, $default = false)
|
||||
@@ -494,7 +494,7 @@ class Config
|
||||
* Returns Releasing Options
|
||||
*
|
||||
* @param string $option
|
||||
* @param string $default
|
||||
* @param bool|string $default
|
||||
* @return mixed
|
||||
*/
|
||||
public function release($option, $default = false)
|
||||
|
||||
Reference in New Issue
Block a user