Skip to content

Commit bd59aff

Browse files
authored
Merge pull request #4 from envor/main
remove unused config file [skip-ci]
2 parents bf95146 + 29eff75 commit bd59aff

File tree

3 files changed

+15
-7
lines changed

3 files changed

+15
-7
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
All notable changes to `laravel-schema-macros` will be documented in this file.
44

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+
519
## v1.0.0 - 2024-02-04
620

721
**Full Changelog**: https://github.com/envor/laravel-schema-macros/compare/v0.0.1...v1.0.0

config/schema-macros.php

Lines changed: 0 additions & 5 deletions
This file was deleted.

src/SchemaMacrosServiceProvider.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ public function configurePackage(Package $package): void
2020
* More info: https://github.com/spatie/laravel-package-tools
2121
*/
2222
$package
23-
->name('laravel-schema-macros')
24-
->hasConfigFile();
23+
->name('laravel-schema-macros');
2524
}
2625

2726
public function packageBooted(): void

0 commit comments

Comments
 (0)