In https://github.com/singlestore-labs/singlestoredb-laravel-driver/pull/46/ I overrode 4 functions of the MySqlGrammar and added a return type to the definition.
Occurred that this is a breaking change as all users that extended from our class and overridden the same functions - also should add the return type.
In https://github.com/singlestore-labs/singlestoredb-laravel-driver/pull/46/ I overrode 4 functions of the MySqlGrammar and added a return type to the definition. Occurred that this is a breaking change as all users that extended from our class and overridden the same functions - also should add the return type.