Moved things into a bus namespace

This commit is contained in:
Graham Campbell
2016-01-05 02:38:07 +00:00
parent 1d399b27ba
commit df5eb24efd
148 changed files with 362 additions and 362 deletions

View File

@@ -9,7 +9,7 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace CachetHQ\Cachet\Commands\Component; namespace CachetHQ\Cachet\Bus\Commands\Component;
final class AddComponentCommand final class AddComponentCommand
{ {

View File

@@ -9,7 +9,7 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace CachetHQ\Cachet\Commands\Component; namespace CachetHQ\Cachet\Bus\Commands\Component;
use CachetHQ\Cachet\Models\Component; use CachetHQ\Cachet\Models\Component;

View File

@@ -9,7 +9,7 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace CachetHQ\Cachet\Commands\Component; namespace CachetHQ\Cachet\Bus\Commands\Component;
use CachetHQ\Cachet\Models\Component; use CachetHQ\Cachet\Models\Component;

View File

@@ -9,7 +9,7 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace CachetHQ\Cachet\Commands\ComponentGroup; namespace CachetHQ\Cachet\Bus\Commands\ComponentGroup;
final class AddComponentGroupCommand final class AddComponentGroupCommand
{ {

View File

@@ -9,7 +9,7 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace CachetHQ\Cachet\Commands\ComponentGroup; namespace CachetHQ\Cachet\Bus\Commands\ComponentGroup;
use CachetHQ\Cachet\Models\ComponentGroup; use CachetHQ\Cachet\Models\ComponentGroup;

View File

@@ -9,7 +9,7 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace CachetHQ\Cachet\Commands\ComponentGroup; namespace CachetHQ\Cachet\Bus\Commands\ComponentGroup;
use CachetHQ\Cachet\Models\ComponentGroup; use CachetHQ\Cachet\Models\ComponentGroup;

View File

@@ -9,7 +9,7 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace CachetHQ\Cachet\Commands\Incident; namespace CachetHQ\Cachet\Bus\Commands\Incident;
use CachetHQ\Cachet\Models\Incident; use CachetHQ\Cachet\Models\Incident;

View File

@@ -9,7 +9,7 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace CachetHQ\Cachet\Commands\Incident; namespace CachetHQ\Cachet\Bus\Commands\Incident;
final class ReportIncidentCommand final class ReportIncidentCommand
{ {

View File

@@ -9,7 +9,7 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace CachetHQ\Cachet\Commands\Incident; namespace CachetHQ\Cachet\Bus\Commands\Incident;
final class ReportMaintenanceCommand final class ReportMaintenanceCommand
{ {

View File

@@ -9,7 +9,7 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace CachetHQ\Cachet\Commands\Incident; namespace CachetHQ\Cachet\Bus\Commands\Incident;
use CachetHQ\Cachet\Models\Incident; use CachetHQ\Cachet\Models\Incident;

View File

@@ -9,7 +9,7 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace CachetHQ\Cachet\Commands\Invite; namespace CachetHQ\Cachet\Bus\Commands\Invite;
use CachetHQ\Cachet\Models\Invite; use CachetHQ\Cachet\Models\Invite;

View File

@@ -9,7 +9,7 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace CachetHQ\Cachet\Commands\Metric; namespace CachetHQ\Cachet\Bus\Commands\Metric;
final class AddMetricCommand final class AddMetricCommand
{ {

View File

@@ -9,7 +9,7 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace CachetHQ\Cachet\Commands\Metric; namespace CachetHQ\Cachet\Bus\Commands\Metric;
use CachetHQ\Cachet\Models\Metric; use CachetHQ\Cachet\Models\Metric;

View File

@@ -9,7 +9,7 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace CachetHQ\Cachet\Commands\Metric; namespace CachetHQ\Cachet\Bus\Commands\Metric;
use CachetHQ\Cachet\Models\Metric; use CachetHQ\Cachet\Models\Metric;

View File

@@ -9,7 +9,7 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace CachetHQ\Cachet\Commands\Metric; namespace CachetHQ\Cachet\Bus\Commands\Metric;
use CachetHQ\Cachet\Models\MetricPoint; use CachetHQ\Cachet\Models\MetricPoint;

View File

@@ -9,7 +9,7 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace CachetHQ\Cachet\Commands\Metric; namespace CachetHQ\Cachet\Bus\Commands\Metric;
use CachetHQ\Cachet\Models\Metric; use CachetHQ\Cachet\Models\Metric;

View File

@@ -9,7 +9,7 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace CachetHQ\Cachet\Commands\Metric; namespace CachetHQ\Cachet\Bus\Commands\Metric;
use CachetHQ\Cachet\Models\Metric; use CachetHQ\Cachet\Models\Metric;
use CachetHQ\Cachet\Models\MetricPoint; use CachetHQ\Cachet\Models\MetricPoint;

View File

@@ -9,7 +9,7 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace CachetHQ\Cachet\Commands\Subscriber; namespace CachetHQ\Cachet\Bus\Commands\Subscriber;
final class SubscribeSubscriberCommand final class SubscribeSubscriberCommand
{ {

View File

@@ -9,7 +9,7 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace CachetHQ\Cachet\Commands\Subscriber; namespace CachetHQ\Cachet\Bus\Commands\Subscriber;
use CachetHQ\Cachet\Models\Subscriber; use CachetHQ\Cachet\Models\Subscriber;

View File

@@ -9,7 +9,7 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace CachetHQ\Cachet\Commands\Subscriber; namespace CachetHQ\Cachet\Bus\Commands\Subscriber;
use CachetHQ\Cachet\Models\Subscriber; use CachetHQ\Cachet\Models\Subscriber;

View File

@@ -9,7 +9,7 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace CachetHQ\Cachet\Commands\User; namespace CachetHQ\Cachet\Bus\Commands\User;
final class AddTeamMemberCommand final class AddTeamMemberCommand
{ {

View File

@@ -9,7 +9,7 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace CachetHQ\Cachet\Commands\User; namespace CachetHQ\Cachet\Bus\Commands\User;
use CachetHQ\Cachet\Models\User; use CachetHQ\Cachet\Models\User;

View File

@@ -9,7 +9,7 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace CachetHQ\Cachet\Commands\User; namespace CachetHQ\Cachet\Bus\Commands\User;
final class InviteTeamMemberCommand final class InviteTeamMemberCommand
{ {

View File

@@ -9,7 +9,7 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace CachetHQ\Cachet\Commands\User; namespace CachetHQ\Cachet\Bus\Commands\User;
use CachetHQ\Cachet\Models\User; use CachetHQ\Cachet\Models\User;

View File

@@ -9,7 +9,7 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace CachetHQ\Cachet\Commands\User; namespace CachetHQ\Cachet\Bus\Commands\User;
final class SignupUserCommand final class SignupUserCommand
{ {

View File

@@ -9,9 +9,9 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace CachetHQ\Cachet\Events\Component; namespace CachetHQ\Cachet\Bus\Events\Component;
use CachetHQ\Cachet\Events\EventInterface; use CachetHQ\Cachet\Bus\Events\EventInterface;
interface ComponentEventInterface extends EventInterface interface ComponentEventInterface extends EventInterface
{ {

View File

@@ -9,7 +9,7 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace CachetHQ\Cachet\Events\Component; namespace CachetHQ\Cachet\Bus\Events\Component;
use CachetHQ\Cachet\Models\Component; use CachetHQ\Cachet\Models\Component;

View File

@@ -9,7 +9,7 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace CachetHQ\Cachet\Events\Component; namespace CachetHQ\Cachet\Bus\Events\Component;
use CachetHQ\Cachet\Models\Component; use CachetHQ\Cachet\Models\Component;

View File

@@ -9,7 +9,7 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace CachetHQ\Cachet\Events\Component; namespace CachetHQ\Cachet\Bus\Events\Component;
use CachetHQ\Cachet\Models\Component; use CachetHQ\Cachet\Models\Component;

View File

@@ -9,9 +9,9 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace CachetHQ\Cachet\Events\ComponentGroup; namespace CachetHQ\Cachet\Bus\Events\ComponentGroup;
use CachetHQ\Cachet\Events\EventInterface; use CachetHQ\Cachet\Bus\Events\EventInterface;
interface ComponentGroupEventInterface extends EventInterface interface ComponentGroupEventInterface extends EventInterface
{ {

View File

@@ -9,7 +9,7 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace CachetHQ\Cachet\Events\ComponentGroup; namespace CachetHQ\Cachet\Bus\Events\ComponentGroup;
use CachetHQ\Cachet\Models\ComponentGroup; use CachetHQ\Cachet\Models\ComponentGroup;

View File

@@ -9,7 +9,7 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace CachetHQ\Cachet\Events\ComponentGroup; namespace CachetHQ\Cachet\Bus\Events\ComponentGroup;
use CachetHQ\Cachet\Models\ComponentGroup; use CachetHQ\Cachet\Models\ComponentGroup;

View File

@@ -9,7 +9,7 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace CachetHQ\Cachet\Events\ComponentGroup; namespace CachetHQ\Cachet\Bus\Events\ComponentGroup;
use CachetHQ\Cachet\Models\ComponentGroup; use CachetHQ\Cachet\Models\ComponentGroup;

View File

@@ -9,7 +9,7 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace CachetHQ\Cachet\Events; namespace CachetHQ\Cachet\Bus\Events;
interface EventInterface interface EventInterface
{ {

View File

@@ -9,9 +9,9 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace CachetHQ\Cachet\Events\Incident; namespace CachetHQ\Cachet\Bus\Events\Incident;
use CachetHQ\Cachet\Events\EventInterface; use CachetHQ\Cachet\Bus\Events\EventInterface;
interface IncidentEventInterface extends EventInterface interface IncidentEventInterface extends EventInterface
{ {

View File

@@ -9,7 +9,7 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace CachetHQ\Cachet\Events\Incident; namespace CachetHQ\Cachet\Bus\Events\Incident;
use CachetHQ\Cachet\Models\Incident; use CachetHQ\Cachet\Models\Incident;

View File

@@ -9,7 +9,7 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace CachetHQ\Cachet\Events\Incident; namespace CachetHQ\Cachet\Bus\Events\Incident;
use CachetHQ\Cachet\Models\Incident; use CachetHQ\Cachet\Models\Incident;

View File

@@ -9,7 +9,7 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace CachetHQ\Cachet\Events\Incident; namespace CachetHQ\Cachet\Bus\Events\Incident;
use CachetHQ\Cachet\Models\Incident; use CachetHQ\Cachet\Models\Incident;

View File

@@ -9,7 +9,7 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace CachetHQ\Cachet\Events\Incident; namespace CachetHQ\Cachet\Bus\Events\Incident;
use CachetHQ\Cachet\Models\Incident; use CachetHQ\Cachet\Models\Incident;

View File

@@ -9,9 +9,9 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace CachetHQ\Cachet\Events\Invite; namespace CachetHQ\Cachet\Bus\Events\Invite;
use CachetHQ\Cachet\Events\EventInterface; use CachetHQ\Cachet\Bus\Events\EventInterface;
interface InviteEventInterface extends EventInterface interface InviteEventInterface extends EventInterface
{ {

View File

@@ -9,7 +9,7 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace CachetHQ\Cachet\Events\Invite; namespace CachetHQ\Cachet\Bus\Events\Invite;
use CachetHQ\Cachet\Models\Invite; use CachetHQ\Cachet\Models\Invite;

View File

@@ -9,9 +9,9 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace CachetHQ\Cachet\Events\Metric; namespace CachetHQ\Cachet\Bus\Events\Metric;
use CachetHQ\Cachet\Events\EventInterface; use CachetHQ\Cachet\Bus\Events\EventInterface;
interface MetricEventInterface extends EventInterface interface MetricEventInterface extends EventInterface
{ {

View File

@@ -9,7 +9,7 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace CachetHQ\Cachet\Events\Metric; namespace CachetHQ\Cachet\Bus\Events\Metric;
use CachetHQ\Cachet\Models\MetricPoint; use CachetHQ\Cachet\Models\MetricPoint;

View File

@@ -9,7 +9,7 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace CachetHQ\Cachet\Events\Metric; namespace CachetHQ\Cachet\Bus\Events\Metric;
use CachetHQ\Cachet\Models\MetricPoint; use CachetHQ\Cachet\Models\MetricPoint;

View File

@@ -9,7 +9,7 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace CachetHQ\Cachet\Events\Metric; namespace CachetHQ\Cachet\Bus\Events\Metric;
use CachetHQ\Cachet\Models\MetricPoint; use CachetHQ\Cachet\Models\MetricPoint;

View File

@@ -9,7 +9,7 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace CachetHQ\Cachet\Events\Metric; namespace CachetHQ\Cachet\Bus\Events\Metric;
use CachetHQ\Cachet\Models\Metric; use CachetHQ\Cachet\Models\Metric;

View File

@@ -9,7 +9,7 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace CachetHQ\Cachet\Events\Metric; namespace CachetHQ\Cachet\Bus\Events\Metric;
use CachetHQ\Cachet\Models\Metric; use CachetHQ\Cachet\Models\Metric;

View File

@@ -9,7 +9,7 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace CachetHQ\Cachet\Events\Metric; namespace CachetHQ\Cachet\Bus\Events\Metric;
use CachetHQ\Cachet\Models\Metric; use CachetHQ\Cachet\Models\Metric;

View File

@@ -9,9 +9,9 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace CachetHQ\Cachet\Events\Subscriber; namespace CachetHQ\Cachet\Bus\Events\Subscriber;
use CachetHQ\Cachet\Events\EventInterface; use CachetHQ\Cachet\Bus\Events\EventInterface;
interface SubscriberEventInterface extends EventInterface interface SubscriberEventInterface extends EventInterface
{ {

View File

@@ -9,7 +9,7 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace CachetHQ\Cachet\Events\Subscriber; namespace CachetHQ\Cachet\Bus\Events\Subscriber;
use CachetHQ\Cachet\Models\Subscriber; use CachetHQ\Cachet\Models\Subscriber;

View File

@@ -9,7 +9,7 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace CachetHQ\Cachet\Events\Subscriber; namespace CachetHQ\Cachet\Bus\Events\Subscriber;
use CachetHQ\Cachet\Models\Subscriber; use CachetHQ\Cachet\Models\Subscriber;

View File

@@ -9,7 +9,7 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace CachetHQ\Cachet\Events\Subscriber; namespace CachetHQ\Cachet\Bus\Events\Subscriber;
use CachetHQ\Cachet\Models\Subscriber; use CachetHQ\Cachet\Models\Subscriber;

View File

@@ -9,9 +9,9 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace CachetHQ\Cachet\Events\User; namespace CachetHQ\Cachet\Bus\Events\User;
use CachetHQ\Cachet\Events\EventInterface; use CachetHQ\Cachet\Bus\Events\EventInterface;
interface UserEventInterface extends EventInterface interface UserEventInterface extends EventInterface
{ {

View File

@@ -9,7 +9,7 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace CachetHQ\Cachet\Events\User; namespace CachetHQ\Cachet\Bus\Events\User;
use CachetHQ\Cachet\Models\User; use CachetHQ\Cachet\Models\User;

View File

@@ -9,7 +9,7 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace CachetHQ\Cachet\Events\User; namespace CachetHQ\Cachet\Bus\Events\User;
use CachetHQ\Cachet\Models\Invite; use CachetHQ\Cachet\Models\Invite;

View File

@@ -9,7 +9,7 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace CachetHQ\Cachet\Events\User; namespace CachetHQ\Cachet\Bus\Events\User;
use CachetHQ\Cachet\Models\User; use CachetHQ\Cachet\Models\User;

View File

@@ -9,10 +9,10 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace CachetHQ\Cachet\Handlers\Commands\Component; namespace CachetHQ\Cachet\Bus\Handlers\Commands\Component;
use CachetHQ\Cachet\Commands\Component\AddComponentCommand; use CachetHQ\Cachet\Bus\Commands\Component\AddComponentCommand;
use CachetHQ\Cachet\Events\Component\ComponentWasAddedEvent; use CachetHQ\Cachet\Bus\Events\Component\ComponentWasAddedEvent;
use CachetHQ\Cachet\Models\Component; use CachetHQ\Cachet\Models\Component;
class AddComponentCommandHandler class AddComponentCommandHandler
@@ -20,7 +20,7 @@ class AddComponentCommandHandler
/** /**
* Handle the add component command. * Handle the add component command.
* *
* @param \CachetHQ\Cachet\Commands\Component\AddComponentCommand $command * @param \CachetHQ\Cachet\Bus\Commands\Component\AddComponentCommand $command
* *
* @return \CachetHQ\Cachet\Models\Component * @return \CachetHQ\Cachet\Models\Component
*/ */
@@ -36,7 +36,7 @@ class AddComponentCommandHandler
/** /**
* Filter the command data. * Filter the command data.
* *
* @param \CachetHQ\Cachet\Commands\Incident\AddComponentCommand $command * @param \CachetHQ\Cachet\Bus\Commands\Incident\AddComponentCommand $command
* *
* @return array * @return array
*/ */

View File

@@ -9,17 +9,17 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace CachetHQ\Cachet\Handlers\Commands\Component; namespace CachetHQ\Cachet\Bus\Handlers\Commands\Component;
use CachetHQ\Cachet\Commands\Component\RemoveComponentCommand; use CachetHQ\Cachet\Bus\Commands\Component\RemoveComponentCommand;
use CachetHQ\Cachet\Events\Component\ComponentWasRemovedEvent; use CachetHQ\Cachet\Bus\Events\Component\ComponentWasRemovedEvent;
class RemoveComponentCommandHandler class RemoveComponentCommandHandler
{ {
/** /**
* Handle the remove component command. * Handle the remove component command.
* *
* @param \CachetHQ\Cachet\Commands\Component\RemoveComponentCommand $command * @param \CachetHQ\Cachet\Bus\Commands\Component\RemoveComponentCommand $command
* *
* @return void * @return void
*/ */

View File

@@ -9,10 +9,10 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace CachetHQ\Cachet\Handlers\Commands\Component; namespace CachetHQ\Cachet\Bus\Handlers\Commands\Component;
use CachetHQ\Cachet\Commands\Component\UpdateComponentCommand; use CachetHQ\Cachet\Bus\Commands\Component\UpdateComponentCommand;
use CachetHQ\Cachet\Events\Component\ComponentWasUpdatedEvent; use CachetHQ\Cachet\Bus\Events\Component\ComponentWasUpdatedEvent;
use CachetHQ\Cachet\Models\Component; use CachetHQ\Cachet\Models\Component;
class UpdateComponentCommandHandler class UpdateComponentCommandHandler
@@ -20,7 +20,7 @@ class UpdateComponentCommandHandler
/** /**
* Handle the update component command. * Handle the update component command.
* *
* @param \CachetHQ\Cachet\Commands\Component\UpdateComponentCommand $command * @param \CachetHQ\Cachet\Bus\Commands\Component\UpdateComponentCommand $command
* *
* @return \CachetHQ\Cachet\Models\Component * @return \CachetHQ\Cachet\Models\Component
*/ */
@@ -38,7 +38,7 @@ class UpdateComponentCommandHandler
/** /**
* Filter the command data. * Filter the command data.
* *
* @param \CachetHQ\Cachet\Commands\Incident\UpdateComponentCommand $command * @param \CachetHQ\Cachet\Bus\Commands\Incident\UpdateComponentCommand $command
* *
* @return array * @return array
*/ */

View File

@@ -9,10 +9,10 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace CachetHQ\Cachet\Handlers\Commands\ComponentGroup; namespace CachetHQ\Cachet\Bus\Handlers\Commands\ComponentGroup;
use CachetHQ\Cachet\Commands\ComponentGroup\AddComponentGroupCommand; use CachetHQ\Cachet\Bus\Commands\ComponentGroup\AddComponentGroupCommand;
use CachetHQ\Cachet\Events\ComponentGroup\ComponentGroupWasAddedEvent; use CachetHQ\Cachet\Bus\Events\ComponentGroup\ComponentGroupWasAddedEvent;
use CachetHQ\Cachet\Models\ComponentGroup; use CachetHQ\Cachet\Models\ComponentGroup;
class AddComponentGroupCommandHandler class AddComponentGroupCommandHandler
@@ -20,7 +20,7 @@ class AddComponentGroupCommandHandler
/** /**
* Handle the add component group command. * Handle the add component group command.
* *
* @param \CachetHQ\Cachet\Commands\ComponentGroup\AddComponentGroupCommand $command * @param \CachetHQ\Cachet\Bus\Commands\ComponentGroup\AddComponentGroupCommand $command
* *
* @return \CachetHQ\Cachet\Models\ComponentGroup * @return \CachetHQ\Cachet\Models\ComponentGroup
*/ */

View File

@@ -9,17 +9,17 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace CachetHQ\Cachet\Handlers\Commands\ComponentGroup; namespace CachetHQ\Cachet\Bus\Handlers\Commands\ComponentGroup;
use CachetHQ\Cachet\Commands\ComponentGroup\RemoveComponentGroupCommand; use CachetHQ\Cachet\Bus\Commands\ComponentGroup\RemoveComponentGroupCommand;
use CachetHQ\Cachet\Events\ComponentGroup\ComponentGroupWasRemovedEvent; use CachetHQ\Cachet\Bus\Events\ComponentGroup\ComponentGroupWasRemovedEvent;
class RemoveComponentGroupCommandHandler class RemoveComponentGroupCommandHandler
{ {
/** /**
* Handle the remove component group command. * Handle the remove component group command.
* *
* @param \CachetHQ\Cachet\Commands\ComponentGroup\RemoveComponentGroupCommand $command * @param \CachetHQ\Cachet\Bus\Commands\ComponentGroup\RemoveComponentGroupCommand $command
* *
* @return void * @return void
*/ */

View File

@@ -9,17 +9,17 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace CachetHQ\Cachet\Handlers\Commands\ComponentGroup; namespace CachetHQ\Cachet\Bus\Handlers\Commands\ComponentGroup;
use CachetHQ\Cachet\Commands\ComponentGroup\UpdateComponentGroupCommand; use CachetHQ\Cachet\Bus\Commands\ComponentGroup\UpdateComponentGroupCommand;
use CachetHQ\Cachet\Events\ComponentGroup\ComponentGroupWasUpdatedEvent; use CachetHQ\Cachet\Bus\Events\ComponentGroup\ComponentGroupWasUpdatedEvent;
class UpdateComponentGroupCommandHandler class UpdateComponentGroupCommandHandler
{ {
/** /**
* Handle the update component group command. * Handle the update component group command.
* *
* @param \CachetHQ\Cachet\Commands\ComponentGroup\UpdateComponentGroupCommand $command * @param \CachetHQ\Cachet\Bus\Commands\ComponentGroup\UpdateComponentGroupCommand $command
* *
* @return \CachetHQ\Cachet\Models\ComponentGroup * @return \CachetHQ\Cachet\Models\ComponentGroup
*/ */

View File

@@ -9,17 +9,17 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace CachetHQ\Cachet\Handlers\Commands\Incident; namespace CachetHQ\Cachet\Bus\Handlers\Commands\Incident;
use CachetHQ\Cachet\Commands\Incident\RemoveIncidentCommand; use CachetHQ\Cachet\Bus\Commands\Incident\RemoveIncidentCommand;
use CachetHQ\Cachet\Events\Incident\IncidentWasRemovedEvent; use CachetHQ\Cachet\Bus\Events\Incident\IncidentWasRemovedEvent;
class RemoveIncidentCommandHandler class RemoveIncidentCommandHandler
{ {
/** /**
* Handle the remove incident command. * Handle the remove incident command.
* *
* @param \CachetHQ\Cachet\Commands\Incident\RemoveIncidentCommand $command * @param \CachetHQ\Cachet\Bus\Commands\Incident\RemoveIncidentCommand $command
* *
* @return void * @return void
*/ */

View File

@@ -9,11 +9,11 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace CachetHQ\Cachet\Handlers\Commands\Incident; namespace CachetHQ\Cachet\Bus\Handlers\Commands\Incident;
use CachetHQ\Cachet\Commands\Incident\ReportIncidentCommand; use CachetHQ\Cachet\Bus\Commands\Incident\ReportIncidentCommand;
use CachetHQ\Cachet\Dates\DateFactory; use CachetHQ\Cachet\Dates\DateFactory;
use CachetHQ\Cachet\Events\Incident\IncidentWasReportedEvent; use CachetHQ\Cachet\Bus\Events\Incident\IncidentWasReportedEvent;
use CachetHQ\Cachet\Models\Component; use CachetHQ\Cachet\Models\Component;
use CachetHQ\Cachet\Models\Incident; use CachetHQ\Cachet\Models\Incident;
use CachetHQ\Cachet\Models\IncidentTemplate; use CachetHQ\Cachet\Models\IncidentTemplate;
@@ -44,7 +44,7 @@ class ReportIncidentCommandHandler
/** /**
* Handle the report incident command. * Handle the report incident command.
* *
* @param \CachetHQ\Cachet\Commands\Incident\ReportIncidentCommand $command * @param \CachetHQ\Cachet\Bus\Commands\Incident\ReportIncidentCommand $command
* *
* @return \CachetHQ\Cachet\Models\Incident * @return \CachetHQ\Cachet\Models\Incident
*/ */

View File

@@ -9,11 +9,11 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace CachetHQ\Cachet\Handlers\Commands\Incident; namespace CachetHQ\Cachet\Bus\Handlers\Commands\Incident;
use CachetHQ\Cachet\Commands\Incident\ReportMaintenanceCommand; use CachetHQ\Cachet\Bus\Commands\Incident\ReportMaintenanceCommand;
use CachetHQ\Cachet\Dates\DateFactory; use CachetHQ\Cachet\Dates\DateFactory;
use CachetHQ\Cachet\Events\Incident\MaintenanceWasScheduledEvent; use CachetHQ\Cachet\Bus\Events\Incident\MaintenanceWasScheduledEvent;
use CachetHQ\Cachet\Models\Incident; use CachetHQ\Cachet\Models\Incident;
class ReportMaintenanceCommandHandler class ReportMaintenanceCommandHandler
@@ -40,7 +40,7 @@ class ReportMaintenanceCommandHandler
/** /**
* Handle the report maintenance command. * Handle the report maintenance command.
* *
* @param \CachetHQ\Cachet\Commands\Incident\ReportMaintenanceCommand $command * @param \CachetHQ\Cachet\Bus\Commands\Incident\ReportMaintenanceCommand $command
* *
* @return \CachetHQ\Cachet\Models\Incident * @return \CachetHQ\Cachet\Models\Incident
*/ */

View File

@@ -9,11 +9,11 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace CachetHQ\Cachet\Handlers\Commands\Incident; namespace CachetHQ\Cachet\Bus\Handlers\Commands\Incident;
use CachetHQ\Cachet\Commands\Incident\UpdateIncidentCommand; use CachetHQ\Cachet\Bus\Commands\Incident\UpdateIncidentCommand;
use CachetHQ\Cachet\Dates\DateFactory; use CachetHQ\Cachet\Dates\DateFactory;
use CachetHQ\Cachet\Events\Incident\IncidentWasUpdatedEvent; use CachetHQ\Cachet\Bus\Events\Incident\IncidentWasUpdatedEvent;
use CachetHQ\Cachet\Models\Component; use CachetHQ\Cachet\Models\Component;
use CachetHQ\Cachet\Models\Incident; use CachetHQ\Cachet\Models\Incident;
use CachetHQ\Cachet\Models\IncidentTemplate; use CachetHQ\Cachet\Models\IncidentTemplate;
@@ -44,7 +44,7 @@ class UpdateIncidentCommandHandler
/** /**
* Handle the update incident command. * Handle the update incident command.
* *
* @param \CachetHQ\Cachet\Commands\Incident\UpdateIncidentCommand $command * @param \CachetHQ\Cachet\Bus\Commands\Incident\UpdateIncidentCommand $command
* *
* @return \CachetHQ\Cachet\Models\Incident * @return \CachetHQ\Cachet\Models\Incident
*/ */
@@ -82,7 +82,7 @@ class UpdateIncidentCommandHandler
/** /**
* Filter the command data. * Filter the command data.
* *
* @param \CachetHQ\Cachet\Commands\Incident\UpdateIncidentCommand $command * @param \CachetHQ\Cachet\Bus\Commands\Incident\UpdateIncidentCommand $command
* *
* @return array * @return array
*/ */

View File

@@ -9,10 +9,10 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace CachetHQ\Cachet\Handlers\Commands\Invite; namespace CachetHQ\Cachet\Bus\Handlers\Commands\Invite;
use CachetHQ\Cachet\Commands\Invite\ClaimInviteCommand; use CachetHQ\Cachet\Bus\Commands\Invite\ClaimInviteCommand;
use CachetHQ\Cachet\Events\Invite\InviteWasClaimed; use CachetHQ\Cachet\Bus\Events\Invite\InviteWasClaimed;
use Carbon\Carbon; use Carbon\Carbon;
class ClaimInviteCommandHandler class ClaimInviteCommandHandler
@@ -20,7 +20,7 @@ class ClaimInviteCommandHandler
/** /**
* Handle the claim invite command. * Handle the claim invite command.
* *
* @param \CachetHQ\Cachet\Commands\User\ClaimInviteCommand $command * @param \CachetHQ\Cachet\Bus\Commands\User\ClaimInviteCommand $command
* *
* @return void * @return void
*/ */

View File

@@ -9,10 +9,10 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace CachetHQ\Cachet\Handlers\Commands\Metric; namespace CachetHQ\Cachet\Bus\Handlers\Commands\Metric;
use CachetHQ\Cachet\Commands\Metric\AddMetricCommand; use CachetHQ\Cachet\Bus\Commands\Metric\AddMetricCommand;
use CachetHQ\Cachet\Events\Metric\MetricWasAddedEvent; use CachetHQ\Cachet\Bus\Events\Metric\MetricWasAddedEvent;
use CachetHQ\Cachet\Models\Metric; use CachetHQ\Cachet\Models\Metric;
class AddMetricCommandHandler class AddMetricCommandHandler
@@ -20,7 +20,7 @@ class AddMetricCommandHandler
/** /**
* Handle the add metric command. * Handle the add metric command.
* *
* @param \CachetHQ\Cachet\Commands\Metric\AddMetricCommand $command * @param \CachetHQ\Cachet\Bus\Commands\Metric\AddMetricCommand $command
* *
* @return \CachetHQ\Cachet\Models\Metric * @return \CachetHQ\Cachet\Models\Metric
*/ */

View File

@@ -9,11 +9,11 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace CachetHQ\Cachet\Handlers\Commands\Metric; namespace CachetHQ\Cachet\Bus\Handlers\Commands\Metric;
use CachetHQ\Cachet\Commands\Metric\AddMetricPointCommand; use CachetHQ\Cachet\Bus\Commands\Metric\AddMetricPointCommand;
use CachetHQ\Cachet\Dates\DateFactory; use CachetHQ\Cachet\Dates\DateFactory;
use CachetHQ\Cachet\Events\Metric\MetricPointWasAddedEvent; use CachetHQ\Cachet\Bus\Events\Metric\MetricPointWasAddedEvent;
use CachetHQ\Cachet\Models\MetricPoint; use CachetHQ\Cachet\Models\MetricPoint;
class AddMetricPointCommandHandler class AddMetricPointCommandHandler
@@ -40,7 +40,7 @@ class AddMetricPointCommandHandler
/** /**
* Handle the add metric point command. * Handle the add metric point command.
* *
* @param \CachetHQ\Cachet\Commands\Metric\AddMetricPointCommand $command * @param \CachetHQ\Cachet\Bus\Commands\Metric\AddMetricPointCommand $command
* *
* @return \CachetHQ\Cachet\Models\MetricPoint * @return \CachetHQ\Cachet\Models\MetricPoint
*/ */

View File

@@ -9,10 +9,10 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace CachetHQ\Cachet\Handlers\Commands\Metric; namespace CachetHQ\Cachet\Bus\Handlers\Commands\Metric;
use CachetHQ\Cachet\Commands\Metric\RemoveMetricCommand; use CachetHQ\Cachet\Bus\Commands\Metric\RemoveMetricCommand;
use CachetHQ\Cachet\Events\Metric\MetricWasRemovedEvent; use CachetHQ\Cachet\Bus\Events\Metric\MetricWasRemovedEvent;
use CachetHQ\Cachet\Models\Metric; use CachetHQ\Cachet\Models\Metric;
class RemoveMetricCommandHandler class RemoveMetricCommandHandler
@@ -20,7 +20,7 @@ class RemoveMetricCommandHandler
/** /**
* Handle the remove metric command. * Handle the remove metric command.
* *
* @param \CachetHQ\Cachet\Commands\Metric\RemoveMetricCommand $command * @param \CachetHQ\Cachet\Bus\Commands\Metric\RemoveMetricCommand $command
* *
* @return void * @return void
*/ */

View File

@@ -9,10 +9,10 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace CachetHQ\Cachet\Handlers\Commands\Metric; namespace CachetHQ\Cachet\Bus\Handlers\Commands\Metric;
use CachetHQ\Cachet\Commands\Metric\RemoveMetricPointCommand; use CachetHQ\Cachet\Bus\Commands\Metric\RemoveMetricPointCommand;
use CachetHQ\Cachet\Events\Metric\MetricPointWasRemovedEvent; use CachetHQ\Cachet\Bus\Events\Metric\MetricPointWasRemovedEvent;
use CachetHQ\Cachet\Models\Metric; use CachetHQ\Cachet\Models\Metric;
class RemoveMetricPointCommandHandler class RemoveMetricPointCommandHandler
@@ -20,7 +20,7 @@ class RemoveMetricPointCommandHandler
/** /**
* Handle the remove metric point command. * Handle the remove metric point command.
* *
* @param \CachetHQ\Cachet\Commands\Metric\RemoveMetricPointCommand $command * @param \CachetHQ\Cachet\Bus\Commands\Metric\RemoveMetricPointCommand $command
* *
* @return void * @return void
*/ */

View File

@@ -9,10 +9,10 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace CachetHQ\Cachet\Handlers\Commands\Metric; namespace CachetHQ\Cachet\Bus\Handlers\Commands\Metric;
use CachetHQ\Cachet\Commands\Metric\UpdateMetricCommand; use CachetHQ\Cachet\Bus\Commands\Metric\UpdateMetricCommand;
use CachetHQ\Cachet\Events\Metric\MetricWasUpdatedEvent; use CachetHQ\Cachet\Bus\Events\Metric\MetricWasUpdatedEvent;
use CachetHQ\Cachet\Models\Metric; use CachetHQ\Cachet\Models\Metric;
class UpdateMetricCommandHandler class UpdateMetricCommandHandler
@@ -20,7 +20,7 @@ class UpdateMetricCommandHandler
/** /**
* Handle the update metric command. * Handle the update metric command.
* *
* @param \CachetHQ\Cachet\Commands\Metric\UpdateMetricCommand $command * @param \CachetHQ\Cachet\Bus\Commands\Metric\UpdateMetricCommand $command
* *
* @return \CachetHQ\Cachet\Models\Metric * @return \CachetHQ\Cachet\Models\Metric
*/ */
@@ -38,7 +38,7 @@ class UpdateMetricCommandHandler
/** /**
* Filter the command data. * Filter the command data.
* *
* @param \CachetHQ\Cachet\Commands\Metric\UpdateMetricCommand $command * @param \CachetHQ\Cachet\Bus\Commands\Metric\UpdateMetricCommand $command
* *
* @return array * @return array
*/ */

View File

@@ -9,11 +9,11 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace CachetHQ\Cachet\Handlers\Commands\Metric; namespace CachetHQ\Cachet\Bus\Handlers\Commands\Metric;
use CachetHQ\Cachet\Commands\Metric\UpdateMetricPointCommand; use CachetHQ\Cachet\Bus\Commands\Metric\UpdateMetricPointCommand;
use CachetHQ\Cachet\Dates\DateFactory; use CachetHQ\Cachet\Dates\DateFactory;
use CachetHQ\Cachet\Events\Metric\MetricPointWasUpdatedEvent; use CachetHQ\Cachet\Bus\Events\Metric\MetricPointWasUpdatedEvent;
class UpdateMetricPointCommandHandler class UpdateMetricPointCommandHandler
{ {
@@ -39,7 +39,7 @@ class UpdateMetricPointCommandHandler
/** /**
* Handle the update metric point command. * Handle the update metric point command.
* *
* @param \CachetHQ\Cachet\Commands\Metric\UpdateMetricPointCommand $command * @param \CachetHQ\Cachet\Bus\Commands\Metric\UpdateMetricPointCommand $command
* *
* @return \CachetHQ\Cachet\Models\MetricPoint * @return \CachetHQ\Cachet\Models\MetricPoint
*/ */

View File

@@ -9,11 +9,11 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace CachetHQ\Cachet\Handlers\Commands\Subscriber; namespace CachetHQ\Cachet\Bus\Handlers\Commands\Subscriber;
use CachetHQ\Cachet\Commands\Subscriber\SubscribeSubscriberCommand; use CachetHQ\Cachet\Bus\Commands\Subscriber\SubscribeSubscriberCommand;
use CachetHQ\Cachet\Commands\Subscriber\VerifySubscriberCommand; use CachetHQ\Cachet\Bus\Commands\Subscriber\VerifySubscriberCommand;
use CachetHQ\Cachet\Events\Subscriber\SubscriberHasSubscribedEvent; use CachetHQ\Cachet\Bus\Events\Subscriber\SubscriberHasSubscribedEvent;
use CachetHQ\Cachet\Exceptions\AlreadySubscribedException; use CachetHQ\Cachet\Exceptions\AlreadySubscribedException;
use CachetHQ\Cachet\Models\Subscriber; use CachetHQ\Cachet\Models\Subscriber;
@@ -22,7 +22,7 @@ class SubscribeSubscriberCommandHandler
/** /**
* Handle the subscribe subscriber command. * Handle the subscribe subscriber command.
* *
* @param \CachetHQ\Cachet\Commands\Subscriber\SubscribeSubscriberCommand $command * @param \CachetHQ\Cachet\Bus\Commands\Subscriber\SubscribeSubscriberCommand $command
* *
* @throws \CachetHQ\Cachet\Exceptions\AlreadySubscribedException * @throws \CachetHQ\Cachet\Exceptions\AlreadySubscribedException
* *

View File

@@ -9,10 +9,10 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace CachetHQ\Cachet\Handlers\Commands\Subscriber; namespace CachetHQ\Cachet\Bus\Handlers\Commands\Subscriber;
use CachetHQ\Cachet\Commands\Subscriber\UnsubscribeSubscriberCommand; use CachetHQ\Cachet\Bus\Commands\Subscriber\UnsubscribeSubscriberCommand;
use CachetHQ\Cachet\Events\Subscriber\SubscriberHasUnsubscribedEvent; use CachetHQ\Cachet\Bus\Events\Subscriber\SubscriberHasUnsubscribedEvent;
use CachetHQ\Cachet\Models\Subscriber; use CachetHQ\Cachet\Models\Subscriber;
class UnsubscribeSubscriberCommandHandler class UnsubscribeSubscriberCommandHandler
@@ -20,7 +20,7 @@ class UnsubscribeSubscriberCommandHandler
/** /**
* Handle the subscribe customer command. * Handle the subscribe customer command.
* *
* @param \CachetHQ\Cachet\Commands\Subscriber\UnsubscribeSubscriberCommand $command * @param \CachetHQ\Cachet\Bus\Commands\Subscriber\UnsubscribeSubscriberCommand $command
* *
* @return void * @return void
*/ */

View File

@@ -9,10 +9,10 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace CachetHQ\Cachet\Handlers\Commands\Subscriber; namespace CachetHQ\Cachet\Bus\Handlers\Commands\Subscriber;
use CachetHQ\Cachet\Commands\Subscriber\VerifySubscriberCommand; use CachetHQ\Cachet\Bus\Commands\Subscriber\VerifySubscriberCommand;
use CachetHQ\Cachet\Events\Subscriber\SubscriberHasVerifiedEvent; use CachetHQ\Cachet\Bus\Events\Subscriber\SubscriberHasVerifiedEvent;
use CachetHQ\Cachet\Models\Subscriber; use CachetHQ\Cachet\Models\Subscriber;
use Carbon\Carbon; use Carbon\Carbon;
@@ -21,7 +21,7 @@ class VerifySubscriberCommandHandler
/** /**
* Handle the subscribe customer command. * Handle the subscribe customer command.
* *
* @param \CachetHQ\Cachet\Commands\Subscriber\VerifySubscriberCommand $command * @param \CachetHQ\Cachet\Bus\Commands\Subscriber\VerifySubscriberCommand $command
* *
* @return void * @return void
*/ */

View File

@@ -9,10 +9,10 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace CachetHQ\Cachet\Handlers\Commands\User; namespace CachetHQ\Cachet\Bus\Handlers\Commands\User;
use CachetHQ\Cachet\Commands\User\AddTeamMemberCommand; use CachetHQ\Cachet\Bus\Commands\User\AddTeamMemberCommand;
use CachetHQ\Cachet\Events\User\UserWasAddedEvent; use CachetHQ\Cachet\Bus\Events\User\UserWasAddedEvent;
use CachetHQ\Cachet\Models\User; use CachetHQ\Cachet\Models\User;
class AddTeamMemberCommandHandler class AddTeamMemberCommandHandler
@@ -20,7 +20,7 @@ class AddTeamMemberCommandHandler
/** /**
* Handle the add team member command. * Handle the add team member command.
* *
* @param \CachetHQ\Cachet\Commands\User\AddTeamMemberCommand $command * @param \CachetHQ\Cachet\Bus\Commands\User\AddTeamMemberCommand $command
* *
* @return \CachetHQ\Cachet\Models\User * @return \CachetHQ\Cachet\Models\User
*/ */

View File

@@ -9,9 +9,9 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace CachetHQ\Cachet\Handlers\Commands\User; namespace CachetHQ\Cachet\Bus\Handlers\Commands\User;
use CachetHQ\Cachet\Commands\User\GenerateApiTokenCommand; use CachetHQ\Cachet\Bus\Commands\User\GenerateApiTokenCommand;
use CachetHQ\Cachet\Models\User; use CachetHQ\Cachet\Models\User;
class GenerateApiTokenCommandHandler class GenerateApiTokenCommandHandler
@@ -19,7 +19,7 @@ class GenerateApiTokenCommandHandler
/** /**
* Handle the generate api key command. * Handle the generate api key command.
* *
* @param \CachetHQ\Cachet\Commands\User\GenerateApiTokenCommand $command * @param \CachetHQ\Cachet\Bus\Commands\User\GenerateApiTokenCommand $command
* *
* @return void * @return void
*/ */

View File

@@ -9,10 +9,10 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace CachetHQ\Cachet\Handlers\Commands\User; namespace CachetHQ\Cachet\Bus\Handlers\Commands\User;
use CachetHQ\Cachet\Commands\User\InviteTeamMemberCommand; use CachetHQ\Cachet\Bus\Commands\User\InviteTeamMemberCommand;
use CachetHQ\Cachet\Events\User\UserWasInvitedEvent; use CachetHQ\Cachet\Bus\Events\User\UserWasInvitedEvent;
use CachetHQ\Cachet\Models\Invite; use CachetHQ\Cachet\Models\Invite;
class InviteTeamMemberCommandHandler class InviteTeamMemberCommandHandler
@@ -20,7 +20,7 @@ class InviteTeamMemberCommandHandler
/** /**
* Handle the invite team member command. * Handle the invite team member command.
* *
* @param \CachetHQ\Cachet\Commands\User\InviteTeamMemberCommand $command * @param \CachetHQ\Cachet\Bus\Commands\User\InviteTeamMemberCommand $command
* *
* @return void * @return void
*/ */

View File

@@ -9,10 +9,10 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace CachetHQ\Cachet\Handlers\Commands\User; namespace CachetHQ\Cachet\Bus\Handlers\Commands\User;
use CachetHQ\Cachet\Commands\User\RemoveUserCommand; use CachetHQ\Cachet\Bus\Commands\User\RemoveUserCommand;
use CachetHQ\Cachet\Events\User\UserWasRemovedEvent; use CachetHQ\Cachet\Bus\Events\User\UserWasRemovedEvent;
use CachetHQ\Cachet\Models\User; use CachetHQ\Cachet\Models\User;
class RemoveUserCommandHandler class RemoveUserCommandHandler
@@ -20,7 +20,7 @@ class RemoveUserCommandHandler
/** /**
* Handle the remove user command. * Handle the remove user command.
* *
* @param \CachetHQ\Cachet\Commands\User\RemoveUserCommand $command * @param \CachetHQ\Cachet\Bus\Commands\User\RemoveUserCommand $command
* *
* @return void * @return void
*/ */

View File

@@ -9,10 +9,10 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace CachetHQ\Cachet\Handlers\Commands\User; namespace CachetHQ\Cachet\Bus\Handlers\Commands\User;
use CachetHQ\Cachet\Commands\User\SignupUserCommand; use CachetHQ\Cachet\Bus\Commands\User\SignupUserCommand;
use CachetHQ\Cachet\Events\User\UserWasAddedEvent; use CachetHQ\Cachet\Bus\Events\User\UserWasAddedEvent;
use CachetHQ\Cachet\Models\User; use CachetHQ\Cachet\Models\User;
class SignupUserCommandHandler class SignupUserCommandHandler
@@ -20,7 +20,7 @@ class SignupUserCommandHandler
/** /**
* Handle the signup user command. * Handle the signup user command.
* *
* @param \CachetHQ\Cachet\Commands\User\SignupUserCommand $command * @param \CachetHQ\Cachet\Bus\Commands\User\SignupUserCommand $command
* *
* @return \CachetHQ\Cachet\Models\User * @return \CachetHQ\Cachet\Models\User
*/ */

View File

@@ -9,9 +9,9 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace CachetHQ\Cachet\Handlers\Events\Incident; namespace CachetHQ\Cachet\Bus\Handlers\Events\Incident;
use CachetHQ\Cachet\Events\Incident\IncidentWasReportedEvent; use CachetHQ\Cachet\Bus\Events\Incident\IncidentWasReportedEvent;
use CachetHQ\Cachet\Models\Subscriber; use CachetHQ\Cachet\Models\Subscriber;
use Illuminate\Contracts\Mail\MailQueue; use Illuminate\Contracts\Mail\MailQueue;
use Illuminate\Mail\Message; use Illuminate\Mail\Message;
@@ -50,7 +50,7 @@ class SendIncidentEmailNotificationHandler
/** /**
* Handle the event. * Handle the event.
* *
* @param \CachetHQ\Cachet\Events\Incident\IncidentHasReportedEvent $event * @param \CachetHQ\Cachet\Bus\Events\Incident\IncidentHasReportedEvent $event
* *
* @return void * @return void
*/ */

View File

@@ -9,9 +9,9 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace CachetHQ\Cachet\Handlers\Events\Incident; namespace CachetHQ\Cachet\Bus\Handlers\Events\Incident;
use CachetHQ\Cachet\Events\Incident\MaintenanceWasScheduledEvent; use CachetHQ\Cachet\Bus\Events\Incident\MaintenanceWasScheduledEvent;
use CachetHQ\Cachet\Models\Subscriber; use CachetHQ\Cachet\Models\Subscriber;
use Illuminate\Contracts\Mail\MailQueue; use Illuminate\Contracts\Mail\MailQueue;
use Illuminate\Mail\Message; use Illuminate\Mail\Message;
@@ -50,7 +50,7 @@ class SendMaintenanceEmailNotificationHandler
/** /**
* Handle the event. * Handle the event.
* *
* @param \CachetHQ\Cachet\Events\MaintenanceHasScheduledEvent $event * @param \CachetHQ\Cachet\Bus\Events\MaintenanceHasScheduledEvent $event
* *
* @return void * @return void
*/ */

View File

@@ -9,9 +9,9 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace CachetHQ\Cachet\Handlers\Events\Subscriber; namespace CachetHQ\Cachet\Bus\Handlers\Events\Subscriber;
use CachetHQ\Cachet\Events\Subscriber\SubscriberHasSubscribedEvent; use CachetHQ\Cachet\Bus\Events\Subscriber\SubscriberHasSubscribedEvent;
use Illuminate\Contracts\Mail\MailQueue; use Illuminate\Contracts\Mail\MailQueue;
use Illuminate\Mail\Message; use Illuminate\Mail\Message;
@@ -39,7 +39,7 @@ class SendSubscriberVerificationEmailHandler
/** /**
* Handle the event. * Handle the event.
* *
* @param \CachetHQ\Cachet\Events\SubscriberHasSubscribedEvent $event * @param \CachetHQ\Cachet\Bus\Events\SubscriberHasSubscribedEvent $event
* *
* @return void * @return void
*/ */

View File

@@ -9,9 +9,9 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace CachetHQ\Cachet\Handlers\Events\User; namespace CachetHQ\Cachet\Bus\Handlers\Events\User;
use CachetHQ\Cachet\Events\User\UserWasInvitedEvent; use CachetHQ\Cachet\Bus\Events\User\UserWasInvitedEvent;
use Illuminate\Contracts\Mail\MailQueue; use Illuminate\Contracts\Mail\MailQueue;
use Illuminate\Mail\Message; use Illuminate\Mail\Message;
@@ -39,7 +39,7 @@ class SendInviteUserEmailHandler
/** /**
* Handle the event. * Handle the event.
* *
* @param \CachetHQ\Cachet\Events\UserWasInvitedEvent $event * @param \CachetHQ\Cachet\Bus\Events\UserWasInvitedEvent $event
* *
* @return void * @return void
*/ */

View File

@@ -26,7 +26,7 @@ class AppServiceProvider extends ServiceProvider
public function boot(Dispatcher $dispatcher) public function boot(Dispatcher $dispatcher)
{ {
$dispatcher->mapUsing(function ($command) { $dispatcher->mapUsing(function ($command) {
return Dispatcher::simpleMapping($command, 'CachetHQ\Cachet', 'CachetHQ\Cachet\Handlers'); return Dispatcher::simpleMapping($command, 'CachetHQ\Cachet\Bus', 'CachetHQ\Cachet\Bus\Handlers');
}); });
Str::macro('canonicalize', function ($url) { Str::macro('canonicalize', function ($url) {

View File

@@ -21,65 +21,65 @@ class EventServiceProvider extends ServiceProvider
* @var array * @var array
*/ */
protected $listen = [ protected $listen = [
'CachetHQ\Cachet\Events\ComponentGroup\ComponentGroupWasAddedEvent' => [ 'CachetHQ\Cachet\Bus\Events\ComponentGroup\ComponentGroupWasAddedEvent' => [
// //
], ],
'CachetHQ\Cachet\Events\ComponentGroup\ComponentGroupWasRemovedEvent' => [ 'CachetHQ\Cachet\Bus\Events\ComponentGroup\ComponentGroupWasRemovedEvent' => [
// //
], ],
'CachetHQ\Cachet\Events\ComponentGroup\ComponentGroupWasUpdatedEvent' => [ 'CachetHQ\Cachet\Bus\Events\ComponentGroup\ComponentGroupWasUpdatedEvent' => [
// //
], ],
'CachetHQ\Cachet\Events\Component\ComponentWasAddedEvent' => [ 'CachetHQ\Cachet\Bus\Events\Component\ComponentWasAddedEvent' => [
// //
], ],
'CachetHQ\Cachet\Events\Component\ComponentWasRemovedEvent' => [ 'CachetHQ\Cachet\Bus\Events\Component\ComponentWasRemovedEvent' => [
// //
], ],
'CachetHQ\Cachet\Events\Component\ComponentWasUpdatedEvent' => [ 'CachetHQ\Cachet\Bus\Events\Component\ComponentWasUpdatedEvent' => [
// //
], ],
'CachetHQ\Cachet\Events\Incident\IncidentWasReportedEvent' => [ 'CachetHQ\Cachet\Bus\Events\Incident\IncidentWasReportedEvent' => [
'CachetHQ\Cachet\Handlers\Events\Incident\SendIncidentEmailNotificationHandler', 'CachetHQ\Cachet\Bus\Handlers\Events\Incident\SendIncidentEmailNotificationHandler',
], ],
'CachetHQ\Cachet\Events\Incident\MaintenanceWasScheduledEvent' => [ 'CachetHQ\Cachet\Bus\Events\Incident\MaintenanceWasScheduledEvent' => [
'CachetHQ\Cachet\Handlers\Events\Incident\SendMaintenanceEmailNotificationHandler', 'CachetHQ\Cachet\Bus\Handlers\Events\Incident\SendMaintenanceEmailNotificationHandler',
], ],
'CachetHQ\Cachet\Events\Invite\InviteWasClaimedEvent' => [ 'CachetHQ\Cachet\Bus\Events\Invite\InviteWasClaimedEvent' => [
// //
], ],
'CachetHQ\Cachet\Events\Metric\MetricPointWasAddedEvent' => [ 'CachetHQ\Cachet\Bus\Events\Metric\MetricPointWasAddedEvent' => [
// //
], ],
'CachetHQ\Cachet\Events\Metric\MetricPointWasRemovedEvent' => [ 'CachetHQ\Cachet\Bus\Events\Metric\MetricPointWasRemovedEvent' => [
// //
], ],
'CachetHQ\Cachet\Events\Metric\MetricPointWasUpdatedEvent' => [ 'CachetHQ\Cachet\Bus\Events\Metric\MetricPointWasUpdatedEvent' => [
// //
], ],
'CachetHQ\Cachet\Events\Metric\MetricWasAddedEvent' => [ 'CachetHQ\Cachet\Bus\Events\Metric\MetricWasAddedEvent' => [
// //
], ],
'CachetHQ\Cachet\Events\Metric\MetricWasRemovedEvent' => [ 'CachetHQ\Cachet\Bus\Events\Metric\MetricWasRemovedEvent' => [
// //
], ],
'CachetHQ\Cachet\Events\Metric\MetricWasUpdatedEvent' => [ 'CachetHQ\Cachet\Bus\Events\Metric\MetricWasUpdatedEvent' => [
// //
], ],
'CachetHQ\Cachet\Events\Subscriber\SubscriberHasSubscribedEvent' => [ 'CachetHQ\Cachet\Bus\Events\Subscriber\SubscriberHasSubscribedEvent' => [
'CachetHQ\Cachet\Handlers\Events\Subscriber\SendSubscriberVerificationEmailHandler', 'CachetHQ\Cachet\Bus\Handlers\Events\Subscriber\SendSubscriberVerificationEmailHandler',
], ],
'CachetHQ\Cachet\Events\Subscriber\SubscriberHasUnsubscribedEvent' => [ 'CachetHQ\Cachet\Bus\Events\Subscriber\SubscriberHasUnsubscribedEvent' => [
// //
], ],
'CachetHQ\Cachet\Events\Subscriber\SubscriberHasVerifiedEvent' => [ 'CachetHQ\Cachet\Bus\Events\Subscriber\SubscriberHasVerifiedEvent' => [
// //
], ],
'CachetHQ\Cachet\Events\User\UserWasAddedEvent' => [ 'CachetHQ\Cachet\Bus\Events\User\UserWasAddedEvent' => [
// //
], ],
'CachetHQ\Cachet\Events\User\UserWasInvitedEvent' => [ 'CachetHQ\Cachet\Bus\Events\User\UserWasInvitedEvent' => [
'CachetHQ\Cachet\Handlers\Events\User\SendInviteUserEmailHandler', 'CachetHQ\Cachet\Bus\Handlers\Events\User\SendInviteUserEmailHandler',
], ],
]; ];
} }

View File

@@ -11,9 +11,9 @@
namespace CachetHQ\Cachet\Http\Controllers\Api; namespace CachetHQ\Cachet\Http\Controllers\Api;
use CachetHQ\Cachet\Commands\Component\AddComponentCommand; use CachetHQ\Cachet\Bus\Commands\Component\AddComponentCommand;
use CachetHQ\Cachet\Commands\Component\RemoveComponentCommand; use CachetHQ\Cachet\Bus\Commands\Component\RemoveComponentCommand;
use CachetHQ\Cachet\Commands\Component\UpdateComponentCommand; use CachetHQ\Cachet\Bus\Commands\Component\UpdateComponentCommand;
use CachetHQ\Cachet\Models\Component; use CachetHQ\Cachet\Models\Component;
use CachetHQ\Cachet\Models\Tag; use CachetHQ\Cachet\Models\Tag;
use GrahamCampbell\Binput\Facades\Binput; use GrahamCampbell\Binput\Facades\Binput;

View File

@@ -11,9 +11,9 @@
namespace CachetHQ\Cachet\Http\Controllers\Api; namespace CachetHQ\Cachet\Http\Controllers\Api;
use CachetHQ\Cachet\Commands\ComponentGroup\AddComponentGroupCommand; use CachetHQ\Cachet\Bus\Commands\ComponentGroup\AddComponentGroupCommand;
use CachetHQ\Cachet\Commands\ComponentGroup\RemoveComponentGroupCommand; use CachetHQ\Cachet\Bus\Commands\ComponentGroup\RemoveComponentGroupCommand;
use CachetHQ\Cachet\Commands\ComponentGroup\UpdateComponentGroupCommand; use CachetHQ\Cachet\Bus\Commands\ComponentGroup\UpdateComponentGroupCommand;
use CachetHQ\Cachet\Models\ComponentGroup; use CachetHQ\Cachet\Models\ComponentGroup;
use GrahamCampbell\Binput\Facades\Binput; use GrahamCampbell\Binput\Facades\Binput;
use Illuminate\Database\QueryException; use Illuminate\Database\QueryException;

View File

@@ -11,9 +11,9 @@
namespace CachetHQ\Cachet\Http\Controllers\Api; namespace CachetHQ\Cachet\Http\Controllers\Api;
use CachetHQ\Cachet\Commands\Incident\RemoveIncidentCommand; use CachetHQ\Cachet\Bus\Commands\Incident\RemoveIncidentCommand;
use CachetHQ\Cachet\Commands\Incident\ReportIncidentCommand; use CachetHQ\Cachet\Bus\Commands\Incident\ReportIncidentCommand;
use CachetHQ\Cachet\Commands\Incident\UpdateIncidentCommand; use CachetHQ\Cachet\Bus\Commands\Incident\UpdateIncidentCommand;
use CachetHQ\Cachet\Models\Incident; use CachetHQ\Cachet\Models\Incident;
use GrahamCampbell\Binput\Facades\Binput; use GrahamCampbell\Binput\Facades\Binput;
use Illuminate\Contracts\Auth\Guard; use Illuminate\Contracts\Auth\Guard;

View File

@@ -11,9 +11,9 @@
namespace CachetHQ\Cachet\Http\Controllers\Api; namespace CachetHQ\Cachet\Http\Controllers\Api;
use CachetHQ\Cachet\Commands\Metric\AddMetricCommand; use CachetHQ\Cachet\Bus\Commands\Metric\AddMetricCommand;
use CachetHQ\Cachet\Commands\Metric\RemoveMetricCommand; use CachetHQ\Cachet\Bus\Commands\Metric\RemoveMetricCommand;
use CachetHQ\Cachet\Commands\Metric\UpdateMetricCommand; use CachetHQ\Cachet\Bus\Commands\Metric\UpdateMetricCommand;
use CachetHQ\Cachet\Models\Metric; use CachetHQ\Cachet\Models\Metric;
use GrahamCampbell\Binput\Facades\Binput; use GrahamCampbell\Binput\Facades\Binput;
use Illuminate\Database\QueryException; use Illuminate\Database\QueryException;

View File

@@ -11,9 +11,9 @@
namespace CachetHQ\Cachet\Http\Controllers\Api; namespace CachetHQ\Cachet\Http\Controllers\Api;
use CachetHQ\Cachet\Commands\Metric\AddMetricPointCommand; use CachetHQ\Cachet\Bus\Commands\Metric\AddMetricPointCommand;
use CachetHQ\Cachet\Commands\Metric\RemoveMetricPointCommand; use CachetHQ\Cachet\Bus\Commands\Metric\RemoveMetricPointCommand;
use CachetHQ\Cachet\Commands\Metric\UpdateMetricPointCommand; use CachetHQ\Cachet\Bus\Commands\Metric\UpdateMetricPointCommand;
use CachetHQ\Cachet\Models\Metric; use CachetHQ\Cachet\Models\Metric;
use CachetHQ\Cachet\Models\MetricPoint; use CachetHQ\Cachet\Models\MetricPoint;
use GrahamCampbell\Binput\Facades\Binput; use GrahamCampbell\Binput\Facades\Binput;

View File

@@ -11,8 +11,8 @@
namespace CachetHQ\Cachet\Http\Controllers\Api; namespace CachetHQ\Cachet\Http\Controllers\Api;
use CachetHQ\Cachet\Commands\Subscriber\SubscribeSubscriberCommand; use CachetHQ\Cachet\Bus\Commands\Subscriber\SubscribeSubscriberCommand;
use CachetHQ\Cachet\Commands\Subscriber\UnsubscribeSubscriberCommand; use CachetHQ\Cachet\Bus\Commands\Subscriber\UnsubscribeSubscriberCommand;
use CachetHQ\Cachet\Models\Subscriber; use CachetHQ\Cachet\Models\Subscriber;
use GrahamCampbell\Binput\Facades\Binput; use GrahamCampbell\Binput\Facades\Binput;
use Illuminate\Database\QueryException; use Illuminate\Database\QueryException;

View File

@@ -12,12 +12,12 @@
namespace CachetHQ\Cachet\Http\Controllers\Dashboard; namespace CachetHQ\Cachet\Http\Controllers\Dashboard;
use AltThree\Validator\ValidationException; use AltThree\Validator\ValidationException;
use CachetHQ\Cachet\Commands\Component\AddComponentCommand; use CachetHQ\Cachet\Bus\Commands\Component\AddComponentCommand;
use CachetHQ\Cachet\Commands\Component\RemoveComponentCommand; use CachetHQ\Cachet\Bus\Commands\Component\RemoveComponentCommand;
use CachetHQ\Cachet\Commands\Component\UpdateComponentCommand; use CachetHQ\Cachet\Bus\Commands\Component\UpdateComponentCommand;
use CachetHQ\Cachet\Commands\ComponentGroup\AddComponentGroupCommand; use CachetHQ\Cachet\Bus\Commands\ComponentGroup\AddComponentGroupCommand;
use CachetHQ\Cachet\Commands\ComponentGroup\RemoveComponentGroupCommand; use CachetHQ\Cachet\Bus\Commands\ComponentGroup\RemoveComponentGroupCommand;
use CachetHQ\Cachet\Commands\ComponentGroup\UpdateComponentGroupCommand; use CachetHQ\Cachet\Bus\Commands\ComponentGroup\UpdateComponentGroupCommand;
use CachetHQ\Cachet\Models\Component; use CachetHQ\Cachet\Models\Component;
use CachetHQ\Cachet\Models\ComponentGroup; use CachetHQ\Cachet\Models\ComponentGroup;
use CachetHQ\Cachet\Models\Tag; use CachetHQ\Cachet\Models\Tag;

View File

@@ -12,9 +12,9 @@
namespace CachetHQ\Cachet\Http\Controllers\Dashboard; namespace CachetHQ\Cachet\Http\Controllers\Dashboard;
use AltThree\Validator\ValidationException; use AltThree\Validator\ValidationException;
use CachetHQ\Cachet\Commands\Incident\RemoveIncidentCommand; use CachetHQ\Cachet\Bus\Commands\Incident\RemoveIncidentCommand;
use CachetHQ\Cachet\Commands\Incident\ReportIncidentCommand; use CachetHQ\Cachet\Bus\Commands\Incident\ReportIncidentCommand;
use CachetHQ\Cachet\Commands\Incident\UpdateIncidentCommand; use CachetHQ\Cachet\Bus\Commands\Incident\UpdateIncidentCommand;
use CachetHQ\Cachet\Models\Component; use CachetHQ\Cachet\Models\Component;
use CachetHQ\Cachet\Models\ComponentGroup; use CachetHQ\Cachet\Models\ComponentGroup;
use CachetHQ\Cachet\Models\Incident; use CachetHQ\Cachet\Models\Incident;

View File

@@ -12,9 +12,9 @@
namespace CachetHQ\Cachet\Http\Controllers\Dashboard; namespace CachetHQ\Cachet\Http\Controllers\Dashboard;
use AltThree\Validator\ValidationException; use AltThree\Validator\ValidationException;
use CachetHQ\Cachet\Commands\Metric\AddMetricCommand; use CachetHQ\Cachet\Bus\Commands\Metric\AddMetricCommand;
use CachetHQ\Cachet\Commands\Metric\RemoveMetricCommand; use CachetHQ\Cachet\Bus\Commands\Metric\RemoveMetricCommand;
use CachetHQ\Cachet\Commands\Metric\UpdateMetricCommand; use CachetHQ\Cachet\Bus\Commands\Metric\UpdateMetricCommand;
use CachetHQ\Cachet\Models\Metric; use CachetHQ\Cachet\Models\Metric;
use CachetHQ\Cachet\Models\MetricPoint; use CachetHQ\Cachet\Models\MetricPoint;
use GrahamCampbell\Binput\Facades\Binput; use GrahamCampbell\Binput\Facades\Binput;

View File

@@ -12,7 +12,7 @@
namespace CachetHQ\Cachet\Http\Controllers\Dashboard; namespace CachetHQ\Cachet\Http\Controllers\Dashboard;
use AltThree\Validator\ValidationException; use AltThree\Validator\ValidationException;
use CachetHQ\Cachet\Commands\Incident\ReportMaintenanceCommand; use CachetHQ\Cachet\Bus\Commands\Incident\ReportMaintenanceCommand;
use CachetHQ\Cachet\Dates\DateFactory; use CachetHQ\Cachet\Dates\DateFactory;
use CachetHQ\Cachet\Models\Incident; use CachetHQ\Cachet\Models\Incident;
use CachetHQ\Cachet\Models\IncidentTemplate; use CachetHQ\Cachet\Models\IncidentTemplate;

View File

@@ -12,8 +12,8 @@
namespace CachetHQ\Cachet\Http\Controllers\Dashboard; namespace CachetHQ\Cachet\Http\Controllers\Dashboard;
use AltThree\Validator\ValidationException; use AltThree\Validator\ValidationException;
use CachetHQ\Cachet\Commands\Subscriber\SubscribeSubscriberCommand; use CachetHQ\Cachet\Bus\Commands\Subscriber\SubscribeSubscriberCommand;
use CachetHQ\Cachet\Commands\Subscriber\UnsubscribeSubscriberCommand; use CachetHQ\Cachet\Bus\Commands\Subscriber\UnsubscribeSubscriberCommand;
use CachetHQ\Cachet\Models\Subscriber; use CachetHQ\Cachet\Models\Subscriber;
use GrahamCampbell\Binput\Facades\Binput; use GrahamCampbell\Binput\Facades\Binput;
use Illuminate\Routing\Controller; use Illuminate\Routing\Controller;

View File

@@ -12,9 +12,9 @@
namespace CachetHQ\Cachet\Http\Controllers\Dashboard; namespace CachetHQ\Cachet\Http\Controllers\Dashboard;
use AltThree\Validator\ValidationException; use AltThree\Validator\ValidationException;
use CachetHQ\Cachet\Commands\User\AddTeamMemberCommand; use CachetHQ\Cachet\Bus\Commands\User\AddTeamMemberCommand;
use CachetHQ\Cachet\Commands\User\InviteTeamMemberCommand; use CachetHQ\Cachet\Bus\Commands\User\InviteTeamMemberCommand;
use CachetHQ\Cachet\Commands\User\RemoveUserCommand; use CachetHQ\Cachet\Bus\Commands\User\RemoveUserCommand;
use CachetHQ\Cachet\Models\User; use CachetHQ\Cachet\Models\User;
use GrahamCampbell\Binput\Facades\Binput; use GrahamCampbell\Binput\Facades\Binput;
use Illuminate\Routing\Controller; use Illuminate\Routing\Controller;

View File

@@ -12,8 +12,8 @@
namespace CachetHQ\Cachet\Http\Controllers; namespace CachetHQ\Cachet\Http\Controllers;
use AltThree\Validator\ValidationException; use AltThree\Validator\ValidationException;
use CachetHQ\Cachet\Commands\Invite\ClaimInviteCommand; use CachetHQ\Cachet\Bus\Commands\Invite\ClaimInviteCommand;
use CachetHQ\Cachet\Commands\User\SignupUserCommand; use CachetHQ\Cachet\Bus\Commands\User\SignupUserCommand;
use CachetHQ\Cachet\Models\Invite; use CachetHQ\Cachet\Models\Invite;
use CachetHQ\Cachet\Models\User; use CachetHQ\Cachet\Models\User;
use GrahamCampbell\Binput\Facades\Binput; use GrahamCampbell\Binput\Facades\Binput;

Some files were not shown because too many files have changed in this diff Show More