mirror of
https://github.com/friendica/friendica
synced 2024-11-18 17:03:41 +00:00
Remove unused code
This commit is contained in:
parent
4e00a3ed63
commit
d4b7278102
2 changed files with 0 additions and 6 deletions
|
@ -2,10 +2,6 @@
|
||||||
|
|
||||||
namespace Friendica;
|
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 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.
|
* The associated model class has to be provided in the child classes.
|
||||||
|
|
|
@ -14,8 +14,6 @@ use Psr\Log\LoggerInterface;
|
||||||
*/
|
*/
|
||||||
abstract class BaseModel
|
abstract class BaseModel
|
||||||
{
|
{
|
||||||
protected static $table_name;
|
|
||||||
|
|
||||||
/** @var Database */
|
/** @var Database */
|
||||||
protected $dba;
|
protected $dba;
|
||||||
/** @var LoggerInterface */
|
/** @var LoggerInterface */
|
||||||
|
|
Loading…
Reference in a new issue