Dummy DB models

This commit is contained in:
Victor Dubiniuk 2013-07-19 18:52:52 +03:00 committed by Tobias Hintze
parent 57fae2637d
commit e75e8effc1
2 changed files with 14 additions and 0 deletions

7
lib/op.php Normal file
View File

@ -0,0 +1,7 @@
<?php
namespace OCA\Office;
class Op {
}

7
lib/session.php Normal file
View File

@ -0,0 +1,7 @@
<?php
namespace OCA\Office;
class Session {
//put your code here
}