mirror of
https://github.com/friendica/friendica
synced 2025-01-09 09:24:43 +00:00
temporary add App.php
This commit is contained in:
parent
7cead7b168
commit
0ff7a1c72b
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ class App
|
||||||
{
|
{
|
||||||
const PLATFORM = 'Friendica';
|
const PLATFORM = 'Friendica';
|
||||||
const CODENAME = 'Interrupted Fern';
|
const CODENAME = 'Interrupted Fern';
|
||||||
const VERSION = '2025.02-dev';
|
const VERSION = '2025.02-dev';
|
||||||
|
|
||||||
public static function fromDice(Dice $dice): self
|
public static function fromDice(Dice $dice): self
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue