Adding some more base classes

This commit is contained in:
Yoann Celton 2018-11-27 23:30:54 +11:00
commit 2c91f5d572
3 changed files with 55 additions and 0 deletions

5
src/MatrixHttpApi.php Normal file
View file

@ -0,0 +1,5 @@
<?php
namespace Aryess\PhpMatrixSdk;
class MatrixHttpApi {}