mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-03 06:56:15 +00:00
#591 - monitoring
This commit is contained in:
@ -10,6 +10,7 @@
|
||||
use App\SSH\Services\ProcessManager\ProcessManager;
|
||||
use App\SSH\Services\ServiceInterface;
|
||||
use App\SSH\Services\Webserver\Webserver;
|
||||
use Database\Factories\ServiceFactory;
|
||||
use Illuminate\Database\Eloquent\Factories\HasFactory;
|
||||
use Illuminate\Database\Eloquent\Relations\BelongsTo;
|
||||
use Illuminate\Support\Str;
|
||||
@ -28,7 +29,7 @@
|
||||
*/
|
||||
class Service extends AbstractModel
|
||||
{
|
||||
/** @use HasFactory<\Database\Factories\ServiceFactory> */
|
||||
/** @use HasFactory<ServiceFactory> */
|
||||
use HasFactory;
|
||||
|
||||
protected $fillable = [
|
||||
|
Reference in New Issue
Block a user