Rename Bus Add to Create

This commit is contained in:
James Brooks
2017-03-18 09:30:36 +00:00
parent 7d27c61abe
commit a55575656d
34 changed files with 163 additions and 116 deletions
@@ -11,7 +11,12 @@
namespace CachetHQ\Cachet\Bus\Commands\Component;
final class AddComponentCommand
/**
* This is the create component command class.
*
* @author James Brooks <james@alt-three.com>
*/
final class CreateComponentCommand
{
/**
* The component name.
@@ -12,11 +12,11 @@
namespace CachetHQ\Cachet\Bus\Commands\ComponentGroup;
/**
* This is the add component group command.
* This is the create component group command.
*
* @author James Brooks <james@alt-three.com>
*/
final class AddComponentGroupCommand
final class CreateComponentGroupCommand
{
/**
* The component group name.
@@ -11,7 +11,13 @@
namespace CachetHQ\Cachet\Bus\Commands\Metric;
final class AddMetricCommand
/**
* This is the create metric command class.
*
* @author Joseph Cohen <joe@alt-three.com>
* @author James Brooks <james@alt-three.com>
*/
final class CreateMetricCommand
{
/**
* The metric name.
@@ -13,7 +13,13 @@ namespace CachetHQ\Cachet\Bus\Commands\Metric;
use CachetHQ\Cachet\Models\Metric;
final class AddMetricPointCommand
/**
* This is the create metric point command class.
*
* @author Joseph Cohen <joe@alt-three.com>
* @author James Brooks <james@alt-three.com>
*/
final class CreateMetricPointCommand
{
/**
* The metric to add.
@@ -12,11 +12,11 @@
namespace CachetHQ\Cachet\Bus\Commands\User;
/**
* This is the add user command.
* This is the create user command.
*
* @author James Brooks <james@alt-three.com>
*/
final class AddUserCommand
final class CreateUserCommand
{
/**
* The user username.