Skip to content

Commit 14db43d

Browse files
authored
Merge pull request #964 from cakephp/fix-5x-missing-imports
Fix missing imports in AbstractAdapter
2 parents 675c946 + 652bb41 commit 14db43d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Db/Adapter/AbstractAdapter.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
use Cake\Database\Schema\SchemaDialect;
2121
use Cake\I18n\Date;
2222
use Cake\I18n\DateTime;
23+
use Exception;
2324
use InvalidArgumentException;
2425
use Migrations\Config\Config;
2526
use Migrations\Db\Action\AddColumn;
@@ -37,6 +38,7 @@
3738
use Migrations\Db\AlterInstructions;
3839
use Migrations\Db\InsertMode;
3940
use Migrations\Db\Literal;
41+
use Migrations\Db\Table;
4042
use Migrations\Db\Table\CheckConstraint;
4143
use Migrations\Db\Table\Column;
4244
use Migrations\Db\Table\ForeignKey;

0 commit comments

Comments
 (0)