update Feature/add remote server logs (#166)

This commit is contained in:
Saeed Vaziry
2024-04-14 14:41:00 +02:00
committed by GitHub
parent 4517ca7d2a
commit 8a4ef66946
9 changed files with 16 additions and 16 deletions

View File

@ -16,6 +16,7 @@
* @property string $disk
* @property Server $server
* @property ?Site $site
* @property bool $is_remote
*/
class ServerLog extends AbstractModel
{