Remove unused code

This commit is contained in:
Hypolite Petovan 2020-01-07 16:18:57 -05:00
parent 4e00a3ed63
commit d4b7278102
2 changed files with 0 additions and 6 deletions

View file

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