Skip to content

Commit

Permalink
Add Support for Larapack\DoctrineSupport
Browse files Browse the repository at this point in the history
This is in relation to Issue: #35

As mentioned by JavierSolis adding Larapack works.
  • Loading branch information
syclone authored Aug 11, 2018
1 parent 3d9ff50 commit 5e29646
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 5e29646

Please sign in to comment.