Skip to content

Commit

Permalink
Update TableManager.php
Browse files Browse the repository at this point in the history
  • Loading branch information
willove authored Jan 18, 2019
1 parent b32a927 commit 0a64984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TableManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class TableManager
{
use Singleton;

const TYPE_INT = Table::TYPE_INIT;
const TYPE_INT = Table::TYPE_INT;
const TYPE_FLOAT = Table::TYPE_FLOAT;
const TYPE_STRING = Table::TYPE_STRING;

Expand Down

0 comments on commit 0a64984

Please sign in to comment.