Prototyped several interfaces, added basic topics stuff and exception.
This commit is contained in:
9
src/Topic/TopicBase.php
Normal file
9
src/Topic/TopicBase.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace Toloka\PhpApi;
|
||||
|
||||
abstract class TopicBase implements TopicInterface {
|
||||
|
||||
|
||||
|
||||
}
|
Reference in New Issue
Block a user