]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Event.php
Remove deprecated App::is_mobile/is_tablet - replace with DI::mode()->isMobile()...
[friendica.git] / src / Model / Event.php
index 7b6f31baa4e13679d7109ebaa824ef0ef5b3613f..0374c6bb7caf89af9647066c28bcb4c7f850a042 100644 (file)
@@ -5,7 +5,6 @@
 
 namespace Friendica\Model;
 
-use Friendica\BaseObject;
 use Friendica\Content\Text\BBCode;
 use Friendica\Core\Hook;
 use Friendica\Core\L10n;
@@ -23,7 +22,7 @@ use Friendica\Util\XML;
 /**
  * @brief functions for interacting with the event database table
  */
-class Event extends BaseObject
+class Event
 {
 
        public static function getHTML(array $event, $simple = false)