Initial Commit
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
/*************************************************************************************/
|
||||
/* This file is part of the module TakeCustomerAccount */
|
||||
/* */
|
||||
/* Copyright (c) OpenStudio */
|
||||
/* email : dev@thelia.net */
|
||||
/* web : http://www.thelia.net */
|
||||
/* */
|
||||
/* For the full copyright and license information, please view the LICENSE.txt */
|
||||
/* file that was distributed with this source code. */
|
||||
/*************************************************************************************/
|
||||
|
||||
namespace TakeCustomerAccount\Event;
|
||||
|
||||
/**
|
||||
* Class TakeCustomerAccountEvents
|
||||
* @package TakeCustomerAccount\Event
|
||||
* @author Gilles Bourgeat <gbourgeat@openstudio.fr>
|
||||
*/
|
||||
class TakeCustomerAccountEvents
|
||||
{
|
||||
const TAKE_CUSTOMER_ACCOUNT = "take.customer.account";
|
||||
}
|
||||
Reference in New Issue
Block a user