|
1
|
<?php |
|
2
|
|
|
3
|
namespace AmeliaBooking\Application\Commands\Settings; |
|
4
|
|
|
5
|
use AmeliaBooking\Application\Commands\Command; |
|
6
|
|
|
7
|
/** |
|
8
|
* Class GetSettingsCommand
|
|
9
|
*
|
|
10
|
* @package AmeliaBooking\Application\Commands\Settings
|
|
11
|
*/ |
|
12
|
class GetSettingsCommand extends Command |
|
13
|
{ |
|
14
|
|
|
15
|
} |
|
16
|
|