I hereby claim:
- I am lostfocus on github.
- I am dominikschwind (https://keybase.io/dominikschwind) on keybase.
- I have a public key ASCMbT-18KzKNsSjqS3TgLSI1Qe91tC1rOTKuUvVy2piwgo
To claim this, I am signing this object:
diff --git a/ayb_posts.php b/ayb_posts.php | |
index 383ebb6..c6377e8 100644 | |
--- a/ayb_posts.php | |
+++ b/ayb_posts.php | |
@@ -29,13 +29,14 @@ if (!class_exists('ayb_posts_class')) { | |
var $pattern; | |
var $pattern_dafault; | |
+ var $ayb_article_list; | |
// default |
I hereby claim:
To claim this, I am signing this object:
<?php | |
declare(strict_types=1); | |
namespace App\Service\ActivityPub; | |
use App\Entity\User; | |
use JsonException; | |
use Psr\Log\LoggerInterface; | |
use RuntimeException; | |
use Symfony\Contracts\HttpClient\Exception\ClientExceptionInterface; |