X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FWorker%2FDBUpdate.php;h=c1f3b12ef05f40a221abeaae2e1a12eb03fa7707;hb=12038d45d0217fd166651477894cc14fc446c33e;hp=e0ab07540c064e0213c44df3f6a3e382fa64f3af;hpb=04d620fc2f567d32b50f5d5b0974acafeb072177;p=friendica.git diff --git a/src/Worker/DBUpdate.php b/src/Worker/DBUpdate.php index e0ab07540c..c1f3b12ef0 100644 --- a/src/Worker/DBUpdate.php +++ b/src/Worker/DBUpdate.php @@ -1,13 +1,32 @@ . + * */ + namespace Friendica\Worker; use Friendica\Core\Update; use Friendica\DI; +/** + * This file is called when the database structure needs to be updated + */ class DBUpdate { public static function execute()