8 lines
108 B
PHP
8 lines
108 B
PHP
|
<?php
|
||
|
namespace cooini\Inirepo\POPO;
|
||
|
|
||
|
class repository
|
||
|
{
|
||
|
private string $url;
|
||
|
private string $key;
|
||
|
}
|