??
You're inside public_html, but wp-admin or wp-content was not found.
Savvy
W
olf -
MANAGER
Edit File: Time.php
<?php namespace Spatie\FlareClient\Time; interface Time { public function getCurrentTime(): int; }