mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
Update Config.php (#1273)
This commit is contained in:
@@ -19,7 +19,7 @@ class Config
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function getPublishing()
|
||||
public static function getPublishing()
|
||||
{
|
||||
return '';
|
||||
}
|
||||
@@ -29,7 +29,7 @@ class Config
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function getExplain()
|
||||
public static function getExplain()
|
||||
{
|
||||
return '';
|
||||
}
|
||||
@@ -39,7 +39,7 @@ class Config
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function getNote()
|
||||
public static function getNote()
|
||||
{
|
||||
return '';
|
||||
}
|
||||
@@ -49,7 +49,7 @@ class Config
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function getAppendix()
|
||||
public static function getAppendix()
|
||||
{
|
||||
return '';
|
||||
}
|
||||
@@ -59,7 +59,7 @@ class Config
|
||||
*
|
||||
* @return mixed
|
||||
*/
|
||||
public function getHost()
|
||||
public static function getHost()
|
||||
{
|
||||
return $_ENV['DOC_HOST'];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user