mirror of
https://github.com/vitodeploy/vito.git
synced 2025-04-17 17:01:37 +00:00
8 lines
163 B
PHP
Executable File
8 lines
163 B
PHP
Executable File
<?php
|
|
|
|
namespace App\SSH\Services\Firewall;
|
|
|
|
use App\SSH\Services\AbstractService;
|
|
|
|
abstract class AbstractFirewall extends AbstractService implements Firewall {}
|