Skip to content

Commit

Permalink
Added script to delete old card art.
Browse files Browse the repository at this point in the history
  • Loading branch information
mzabsky committed Jan 10, 2023
1 parent e376d82 commit fdc48ab
Show file tree
Hide file tree
Showing 4 changed files with 434 additions and 223 deletions.
3 changes: 2 additions & 1 deletion module/Application/Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ public function onBootstrap(MvcEvent $e)
\Zend\Log\Logger::registerErrorHandler($errorLogger);
\Zend\Log\Logger::registerExceptionHandler($errorLogger);

/*
$sm = $e->getApplication()->getServiceManager();
$eventManager = $e->getApplication()->getEventManager();
$moduleRouteListener = new ModuleRouteListener();
Expand All @@ -59,7 +60,7 @@ function ($e) use($eventLogger, $instanceId)
$eventLogger->log(\Zend\Log\Logger::INFO, $output);
return true;
});
});*/
}

public function getConfig()
Expand Down
Loading

0 comments on commit fdc48ab

Please sign in to comment.