You've already forked php-flasher
mirror of
https://github.com/php-flasher/php-flasher.git
synced 2026-04-05 12:32:55 +01:00
chore: format code
This commit is contained in:
@@ -36,7 +36,7 @@ abstract class PluginServiceProvider extends ServiceProvider
|
||||
return rtrim($this->getResourcesDir(), '/').'/config.php';
|
||||
}
|
||||
|
||||
protected function getConfig(string $key = null, mixed $default = null): mixed
|
||||
protected function getConfig(?string $key = null, mixed $default = null): mixed
|
||||
{
|
||||
/** @var Repository $config */
|
||||
$config = $this->app->make('config');
|
||||
|
||||
Reference in New Issue
Block a user