10 lines
93 B
PHP
10 lines
93 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
namespace App\Platform;
|
|
|
|
interface AdapterInterface
|
|
{
|
|
|
|
} |