mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-22 08:13:45 +02:00
Apply php-cs-fixer changes
This commit is contained in:
@@ -152,6 +152,7 @@ class Node extends Model
|
||||
* Returns the configuration as an array.
|
||||
*
|
||||
* @return array
|
||||
*
|
||||
* @throws \Illuminate\Contracts\Container\BindingResolutionException
|
||||
*/
|
||||
public function getConfiguration()
|
||||
@@ -186,6 +187,7 @@ class Node extends Model
|
||||
* Returns the configuration in Yaml format.
|
||||
*
|
||||
* @return string
|
||||
*
|
||||
* @throws \Illuminate\Contracts\Container\BindingResolutionException
|
||||
*/
|
||||
public function getYamlConfiguration()
|
||||
@@ -197,6 +199,7 @@ class Node extends Model
|
||||
* Returns the configuration in JSON format.
|
||||
*
|
||||
* @return string
|
||||
*
|
||||
* @throws \Illuminate\Contracts\Container\BindingResolutionException
|
||||
*/
|
||||
public function getJsonConfiguration(bool $pretty = false)
|
||||
|
||||
Reference in New Issue
Block a user