Skip to content

Commit

Permalink
remove not used entity constant
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Dec 28, 2015
1 parent 56c3540 commit a1eb896
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion library/PSX/Data/Record/ImporterInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
*/
interface ImporterInterface
{
const ENTITY = 'PSX\Data\Record\Importer\Entity';
const RECORD = 'PSX\Data\Record\Importer\Record';
const SCHEMA = 'PSX\Data\Record\Importer\Schema';
const TABLE = 'PSX\Data\Record\Importer\Table';
Expand Down

0 comments on commit a1eb896

Please sign in to comment.