]> git.mxchange.org Git - friendica.git/blobdiff - bin/daemon.php
Update use statement lists with new Friendica\Database\dba class
[friendica.git] / bin / daemon.php
index 65ae2a53b6596730e9f4b107e95c7dffdf001c04..6ab2f761026099278b07974f96060e86c39c0802 100755 (executable)
@@ -10,6 +10,7 @@
 use Friendica\App;
 use Friendica\Core\Config;
 use Friendica\Core\Worker;
+use Friendica\Database\dba;
 
 // Ensure that daemon.php is executed from the base path of the installation
 if (!file_exists("boot.php") && (sizeof($_SERVER["argv"]) != 0)) {