mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-03 06:56:15 +00:00
* wip * wip * cleanup * notification channels * phpstan * services * remove server types * refactoring * refactoring
8 lines
155 B
PHP
Executable File
8 lines
155 B
PHP
Executable File
<?php
|
|
|
|
namespace App\Services\Firewall;
|
|
|
|
use App\Services\AbstractService;
|
|
|
|
abstract class AbstractFirewall extends AbstractService implements Firewall {}
|