Home
DevCentral
Search
Configure Global Search
Log In
Transactions
D785
Change Details
Change Details
Old
New
Diff
Configuration status code is refactored to be a stand alone class. This class have now two consumers: - /config will show a JSON representation of this class - `config:show` artisan command will use this class and Nasqueron\Notifications\Console\Commands\ConfigShow will only take care to display the configuration Fixes T1066.
Configuration status code is refactored to be a stand alone class. This class will have two consumers: - /config shows a JSON representation of this class, implemented by this commit - `config:show` artisan command will use this class and Nasqueron\Notifications\Console\Commands\ConfigShow will only take care to display the configuration Fixes T1066.
Configuration status code is refactored to be a stand alone class. This class
have now
will have
two consumers: - /config
will
show
s
a JSON representation of this class
, implemented by this commit
- `config:show` artisan command will use this class and Nasqueron\Notifications\Console\Commands\ConfigShow will only take care to display the configuration Fixes T1066.
Continue