Skip to content

Commit

Permalink
Merge pull request #293 from finiteinfinity/add-support-for-staudenme…
Browse files Browse the repository at this point in the history
…ir-laravel-cte

Add support for staudenmeir/laravel-cte
  • Loading branch information
finiteinfinity authored Aug 15, 2024
2 parents c286d28 + 258763b commit 0ea3640
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 @@ -28,6 +28,7 @@ class SchemaManager implements IteratorAggregate
SQLiteConnection::class => SqliteSchema::class,
PostgresConnection::class => PostgresSchema::class,
\Larapack\DoctrineSupport\Connections\MySqlConnection::class => MySqlSchema::class,
\Staudenmeir\LaravelCte\Connections\MySqlConnection::class => MySqlSchema::class,
];

/**
Expand Down

0 comments on commit 0ea3640

Please sign in to comment.