fedi-feed-router/app/Services/Log/LogSaver.php

12 lines
94 B
PHP
Raw Normal View History

2025-06-29 18:33:18 +02:00
<?php
namespace App\Services\Log;
class LogSaver
{
public function log()
{
}
}