mirror of
https://github.com/friendica/friendica
synced 2025-01-26 05:27:33 +01:00
Update deprecated version
This commit is contained in:
parent
b9dde78466
commit
127e522ed8
3 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
*
|
||||
* SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
*
|
||||
* @deprecated 2025.01 use bin/console.php daemon instead
|
||||
* @deprecated 2025.02 use bin/console.php daemon instead
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
*
|
||||
* SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
*
|
||||
* @deprecated 2025.01 use bin/console.php jetstream instead
|
||||
* @deprecated 2025.02 use bin/console.php jetstream instead
|
||||
*/
|
||||
|
||||
use Dice\Dice;
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
*
|
||||
* Starts the background processing
|
||||
*
|
||||
* @deprecated 2025.01 use bin/console.php worker instead
|
||||
* @deprecated 2025.02 use bin/console.php worker instead
|
||||
*/
|
||||
|
||||
if (php_sapi_name() !== 'cli') {
|
||||
|
|
Loading…
Reference in a new issue