chore: format code

This commit is contained in:
Younes ENNAJI
2024-05-23 10:32:09 +01:00
parent 1b2a778ba2
commit f34bd1385a
2 changed files with 2 additions and 3 deletions
@@ -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');