mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 21:57:16 +02:00
Changed App namespace to Infinito namespace
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace App\Domain\ActionManagement;
|
||||
namespace Infinito\Domain\ActionManagement;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
@@ -23,7 +23,7 @@ final class ActionHandlerService implements ActionHandlerServiceInterface
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*
|
||||
* @see \App\Domain\ActionManagement\ActionHandlerServiceInterface::handle()
|
||||
* @see \Infinito\Domain\ActionManagement\ActionHandlerServiceInterface::handle()
|
||||
*/
|
||||
public function handle()
|
||||
{
|
||||
|
Reference in New Issue
Block a user