Skip to content

Commit

Permalink
Merge pull request #110 from syclone/patch-3
Browse files Browse the repository at this point in the history
Add Support for Larapack\DoctrineSupport
  • Loading branch information
CristianLlanos authored Sep 2, 2018
2 parents 3d9ff50 + 5e29646 commit b443f53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Meta/SchemaManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ class SchemaManager implements IteratorAggregate
protected static $lookup = [
MySqlConnection::class => MySqlSchema::class,
SQLiteConnection::class => SqliteSchema::class,
\Larapack\DoctrineSupport\Connections\MySqlConnection::class => MySqlSchema::class,
];

/**
Expand Down

0 comments on commit b443f53

Please sign in to comment.