]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Post/Thread.php
Changed to null-coalscing style (??) as sugguested by @MrPetovan
[friendica.git] / src / Model / Post / Thread.php
index 60baf04081ca208c223c9c092c5a647d85138d2e..ab7900ad828238a4baaa8872fe1a2838aec8d0e5 100644 (file)
 namespace Friendica\Model\Post;
 
 use \BadMethodCallException;
-use Friendica\Core\Protocol;
 use Friendica\Database\Database;
 use Friendica\Database\DBA;
 use Friendica\Database\DBStructure;
-use Friendica\Model\Post;
 
 class Thread
 {