Remove unused code

pull/8074/head
Hypolite Petovan 2020-01-07 16:18:57 -05:00
rodzic 4e00a3ed63
commit d4b7278102
2 zmienionych plików z 0 dodań i 6 usunięć

Wyświetl plik

@ -2,10 +2,6 @@
namespace Friendica;
use Friendica\Database\Database;
use Friendica\Database\DBA;
use Psr\Log\LoggerInterface;
/**
* The Collection classes inheriting from this abstract class are meant to represent a list of database record.
* The associated model class has to be provided in the child classes.

Wyświetl plik

@ -14,8 +14,6 @@ use Psr\Log\LoggerInterface;
*/
abstract class BaseModel
{
protected static $table_name;
/** @var Database */
protected $dba;
/** @var LoggerInterface */