refactor: code style changes
Signed-off-by: miguel456 <me@nogueira.codes>
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace App\Services;
|
||||
|
||||
class DemoService {
|
||||
|
||||
public function isDemoEnabled(): bool {
|
||||
|
||||
class DemoService
|
||||
{
|
||||
public function isDemoEnabled(): bool
|
||||
{
|
||||
return config('demo.is_enabled');
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user