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