Barry vd. Heuvel
77831852bb
Fix final class keyword ( #1517 )
...
* Fix final class keyword
* Add changelog
2024-02-15 15:23:20 +01:00
GeoSot
bc158a1b86
Add AllowDynamicProperties Attribute to cooperate with php8.2 deprecation ( #1428 )
...
* Add `AllowDynamicProperties` Attribute to cooperate with php8.2 deprecation
* lint snapshot
2024-02-08 11:09:30 +01:00
Markus Podar
0801d002e4
Fix tests for edc422cd2e ( #1457 )
...
I just ran `composer test-regenerate`
2023-07-31 13:26:41 +02:00
Jefemy and Barry vd. Heuvel
c8f0f914e3
Fix issue where \Eloquent is not included when using write_mixin ( #1352 )
...
* Check for exact mixin name when writing
* changelog
* add mixin to test class
Co-authored-by: Barry vd. Heuvel <[email protected] >
2022-08-11 12:39:26 +02:00
George Boot
dd12b7cdcb
Generate cleaner model mixin classes ( #1268 )
...
* Generate cleaner model mixin classes
* Fix test
2021-10-25 13:44:43 +02:00
Barry vd. Heuvel
b268871c16
Fix tests
2021-08-04 11:40:36 +02:00
Ajay Dwivedi
2fc239623b
Fix #1173 Use FQN for write-mixin ( #1174 )
...
* Fix #1173 Use FQN for write-mixin
* Fix #1173 Use FQN for write-mixin: Update Test cases
2021-08-04 11:26:51 +02:00
edcoreweb and Markus Podar
24596b67f1
New --write-mixin option. ( #764 )
...
* New --write-mixin option.
* Keep all tags from the existing docblock.
* Update argument description to be more descriptive
Co-authored-by: Markus Podar <[email protected] >
* Add the new --write-mixin option to the docs
* Add test for the new --write-mixin option
* Update README.md
* composer fix-style
* Adapt test after refactoring recently done
Co-authored-by: Markus Podar <[email protected] >
2020-09-06 07:57:00 +02:00