We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05af61c commit e10a2f6Copy full SHA for e10a2f6
CHANGELOG.md
@@ -15,12 +15,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
retrieve options and object metadata in a type-safe manner.
16
- Added a `Option` support class and `option()` helper to retrieve options in a type-safe manner.
17
- Added `fail()` method to commands to allow for a command to fail with a message.
18
+- Added `with_debug()` and `with_multisite()` methods to the installation manager.
19
20
### Changed
21
22
- Passing a `\Stringable` as a model attribute will now be cast to a string
23
before being set on the model.
-- Added `with_debug()` and `with_multisite()` methods to the installation manager.
24
25
### Fixed
26
0 commit comments