Fix wrong class name

This commit is contained in:
DariusIII
2018-02-14 13:18:37 +01:00
parent bb0ec1de00
commit 390af63e16
+1 -1
View File
@@ -114,7 +114,7 @@ class DbUpdate
$this->processPatches(['safe' => $options['safe']]); // Make sure we are completely up to date!
ColorCLI::doEcho(Color::primaryOver('Looking for new patches...'), true);
ColorCLI::doEcho(ColorCLI::primaryOver('Looking for new patches...'), true);
$files = Utility::getDirFiles($options);
$count = \count($files);