Skip to content

Commit

Permalink
Add support for staudenmeir/laravel-cte
Browse files Browse the repository at this point in the history
  • Loading branch information
finiteinfinity committed Aug 15, 2024
1 parent f36182b commit 258763b
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 258763b

Please sign in to comment.