Skip to content

Commit

Permalink
Update email address
Browse files Browse the repository at this point in the history
  • Loading branch information
maximebeaudoin committed Feb 2, 2024
1 parent 356b424 commit 7505be8
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/AbstractResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* file that was distributed with this source code.
*
* @package EllipseSynergie\ApiResponse
* @author Maxime Beaudoin <maxime.beaudoin@ellipse-synergie.com>
* @author Maxime Beaudoin <maxime.beaudoin@optania.com>
* @author Phil Sturgeon <email@philsturgeon.co.uk>
*/
abstract class AbstractResponse implements Response
Expand Down
2 changes: 1 addition & 1 deletion src/Contracts/Response.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* file that was distributed with this source code.
*
* @package EllipseSynergie\ApiResponse\Contracts
* @author Maxime Beaudoin <maxime.beaudoin@ellipse-synergie.com>
* @author Maxime Beaudoin <maxime.beaudoin@optania.com>
*/
interface Response
{
Expand Down
2 changes: 1 addition & 1 deletion src/Laravel/LumenServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* file that was distributed with this source code.
*
* @package EllipseSynergie\ApiResponse\Laravel
* @author Maxime Beaudoin <maxime.beaudoin@ellipse-synergie.com>
* @author Maxime Beaudoin <maxime.beaudoin@optania.com>
*/
class LumenServiceProvider extends ServiceProvider
{
Expand Down
2 changes: 1 addition & 1 deletion src/Laravel/Response.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* file that was distributed with this source code.
*
* @package EllipseSynergie\ApiResponse\Laravel
* @author Maxime Beaudoin <maxime.beaudoin@ellipse-synergie.com>
* @author Maxime Beaudoin <maxime.beaudoin@optania.com>
*/
class Response extends AbstractResponse
{
Expand Down
2 changes: 1 addition & 1 deletion src/Laravel/ResponseServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* file that was distributed with this source code.
*
* @package EllipseSynergie\ApiResponse\Laravel
* @author Maxime Beaudoin <maxime.beaudoin@ellipse-synergie.com>
* @author Maxime Beaudoin <maxime.beaudoin@optania.com>
*/
class ResponseServiceProvider extends ServiceProvider
{
Expand Down
2 changes: 1 addition & 1 deletion src/Serializer/Serializer.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
/**
* Class Serializer
* @package EllipseSynergie\ApiResponse\Serializer
* @author Maxime Beaudoin <maxime.beaudoin@ellipse-synergie.com>
* @author Maxime Beaudoin <maxime.beaudoin@optania.com>
*/
class Serializer extends ArraySerializer
{
Expand Down
2 changes: 1 addition & 1 deletion src/Testing/Laravel/AddTestingSupportForInclude.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
/**
* Class AddTestingSupportForInclude
* @package EllipseSynergie\ApiResponse\Testing\Laravel
* @author Maxime Beaudoin <maxime.beaudoin@ellipse-synergie.com>
* @author Maxime Beaudoin <maxime.beaudoin@optania.com>
*/
trait AddTestingSupportForInclude
{
Expand Down

0 comments on commit 7505be8

Please sign in to comment.