File tree Expand file tree Collapse file tree 3 files changed +15
-7
lines changed Expand file tree Collapse file tree 3 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to ` laravel-schema-macros ` will be documented in this file.
4
4
5
+ ## v1.0.1 - 2024-02-04
6
+
7
+ ### What's Changed
8
+
9
+ * mention requires L11 by @inmanturbo in https://github.com/envor/laravel-schema-macros/pull/1
10
+ * typo [ skip-ci] by @inmanturbo in https://github.com/envor/laravel-schema-macros/pull/2
11
+ * refactor to invokable classes by @inmanturbo in https://github.com/envor/laravel-schema-macros/pull/3
12
+
13
+ ### New Contributors
14
+
15
+ * @inmanturbo made their first contribution in https://github.com/envor/laravel-schema-macros/pull/1
16
+
17
+ ** Full Changelog** : https://github.com/envor/laravel-schema-macros/compare/v1.0.0...v1.0.1
18
+
5
19
## v1.0.0 - 2024-02-04
6
20
7
21
** Full Changelog** : https://github.com/envor/laravel-schema-macros/compare/v0.0.1...v1.0.0
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -20,8 +20,7 @@ public function configurePackage(Package $package): void
20
20
* More info: https://github.com/spatie/laravel-package-tools
21
21
*/
22
22
$ package
23
- ->name ('laravel-schema-macros ' )
24
- ->hasConfigFile ();
23
+ ->name ('laravel-schema-macros ' );
25
24
}
26
25
27
26
public function packageBooted (): void
You can’t perform that action at this time.
0 commit comments