vito/app/SSH/Services/Firewall/AbstractFirewall.php
Saeed Vaziry e031bafba5
upgrade to Laravel 11 and schema squash (#245)
* upgrade to Laravel 11 and schema squash

* code style and npm audit fix

* fix #209
2024-06-24 23:03:02 +02:00

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 {}