Skip to content

Commit

Permalink
Remove abstract from abstract extending abstract
Browse files Browse the repository at this point in the history
  • Loading branch information
dpanta94 committed Dec 19, 2024
1 parent b4be9cb commit 7d7946f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Common/Integrations/Custom_Table_Abstract.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,4 @@
*/
abstract class Custom_Table_Abstract extends Table {
use Traits\Custom_Table_Query_Methods;

/**
* @inheritDoc
*/
abstract protected function get_definition();
}

0 comments on commit 7d7946f

Please sign in to comment.