feat(service): add api service

This commit is contained in:
2024-08-03 20:46:59 +02:00
parent e929853bb2
commit e1375f1bf5
18 changed files with 639 additions and 5 deletions
+10
View File
@@ -0,0 +1,10 @@
<?php
declare(strict_types=1);
namespace App\Service\Remote;
class BriloApiPosts
{
}