1
0
Fork 0
mirror of https://codeberg.org/demostf/api.git synced 2026-06-04 02:14:06 +02:00
This commit is contained in:
Robin Appelman 2019-04-12 14:00:20 +02:00
commit 73469d2aa1
29 changed files with 140 additions and 149 deletions

View file

@ -4,7 +4,9 @@ declare(strict_types=1);
namespace Demostf\API\Demo;
class ChatMessage implements \JsonSerializable {
use JsonSerializable;
class ChatMessage implements JsonSerializable {
/** @var string */
private $user;