Move Object\Contact to Model\Contact

This commit is contained in:
Hypolite Petovan 2017-12-07 09:04:24 -05:00
parent d4ca30a6db
commit 18d93cddf6
50 changed files with 62 additions and 64 deletions

View file

@ -29,7 +29,7 @@ if ($argc != 2 || $argv[1] == "-h" || $argv[1] == "--help" || $argv[1] == "-?")
}
use Friendica\BaseObject;
use Friendica\Object\Contact;
use Friendica\Model\Contact;
require_once 'boot.php';
require_once 'include/dba.php';