File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 1.0.2-alpha] - 2020-01-19
11+ ### Changed
12+ - Disabled the query grammar override for now
13+
1014## [ 1.0.1-alpha] - 2020-01-17
1115### Removed
1216- Removed the builder expressions extensions because of bug with Laravel macros being invoked
1317
1418## [ 1.0.0-alpha] - 2020-01-17
1519- Initial release
1620
17- [ Unreleased ] : https://github.com/sprocketbox/laravel-toolkit/compare/v1.0.1-alpha...develop
21+ [ Unreleased ] : https://github.com/sprocketbox/laravel-toolkit/compare/v1.0.2-alpha...develop
22+ [ 1.0.2-alpha ] : https://github.com/sprocketbox/laravel-toolkit/compare/v1.0.1-alpha...v1.0.2-alpha
1823[ 1.0.1-alpha ] : https://github.com/sprocketbox/laravel-toolkit/compare/v1.0.0-alpha...v1.0.1-alpha
1924[ 1.0.0-alpha ] : https://github.com/sprocketbox/laravel-toolkit/releases/tag/v1.0.0-alpha
Original file line number Diff line number Diff line change @@ -19,7 +19,9 @@ class ToolkitServiceProvider extends ServiceProvider
1919 public function register (): void
2020 {
2121 $ this ->registerMiddleware ();
22- $ this ->registerGrammarOverride ();
22+ // This has been commented out for now because of the issues it's causing
23+ // I'm not sure why it's causing these issues, but I will investigate
24+ // $this->registerGrammarOverride();
2325 $ this ->registerBuilderExtensions ();
2426 }
2527
You can’t perform that action at this time.
0 commit comments