1
0
mirror of synced 2025-01-23 01:21:39 +03:00
atol-online-client/src/AtolOnlineClient/ConfigurationInterface.php
Alexey Chelnakov 9233e287e4 init
2018-06-14 17:14:51 +03:00

11 lines
138 B
PHP

<?php
namespace AtolOnlineClient;
interface ConfigurationInterface
{
public function isEnabled();
public function isDebug();
}