Skip to content
Prev Previous commit
Ignore CS rule
  • Loading branch information
GromNaN committed Mar 1, 2025
commit f5a5468d3768d07184cd8a6e1338b51541b1fd50
2 changes: 2 additions & 0 deletions src/Schema/BlueprintLaravelCompatibility.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
* and not break projects that would extend the MongoDB Blueprint class.
*
* @see https://github.com/laravel/framework/commit/f29df4740d724f1c36385c9989569e3feb9422df#diff-68f714a9f1b751481b993414d3f1300ad55bcef12084ec0eb8f47f350033c24bR107
*
* phpcs:disable PSR1.Classes.ClassDeclaration.MultipleClasses
*/
if (! property_exists(BaseBlueprint::class, 'connection')) {
/** @internal For compatibility with Laravel 10 and 11 */
Expand Down
Loading