PHP_CodeSniffer performed.
This commit is contained in:
@ -41,7 +41,7 @@ class CommandBackup extends Command
|
||||
$rclone->setLogger($app->getLogger()->withName('rclone'));
|
||||
|
||||
$ntfy = new Ntfy\Ntfy($app->getConfig()['notification']['domain']);
|
||||
$ntfy->setLogger( $app->getLogger()->withName('notification'));
|
||||
$ntfy->setLogger($app->getLogger()->withName('notification'));
|
||||
|
||||
$loader = new ArrayLoader($app->getConfig()['templates']);
|
||||
$twig = new Environment($loader);
|
||||
|
Reference in New Issue
Block a user