Coupon : Fix mistake with chmod, file mode set as 644 as it originally was
Remove submodule
This commit is contained in:
@@ -26,10 +26,6 @@ namespace Thelia\Exception;
|
||||
use Thelia\Log\Tlog;
|
||||
|
||||
/**
|
||||
* Created by JetBrains PhpStorm.
|
||||
* Date: 8/19/13
|
||||
* Time: 3:24 PM
|
||||
*
|
||||
* Thrown when an Expired Coupon is tried
|
||||
*
|
||||
* @package Coupon
|
||||
|
||||
@@ -26,10 +26,6 @@ namespace Thelia\Exception;
|
||||
use Thelia\Log\Tlog;
|
||||
|
||||
/**
|
||||
* Created by JetBrains PhpStorm.
|
||||
* Date: 8/19/13
|
||||
* Time: 3:24 PM
|
||||
*
|
||||
* Thrown when a Condition is badly implemented
|
||||
*
|
||||
* @package Condition
|
||||
|
||||
@@ -26,10 +26,6 @@ namespace Thelia\Exception;
|
||||
use Thelia\Log\Tlog;
|
||||
|
||||
/**
|
||||
* Created by JetBrains PhpStorm.
|
||||
* Date: 8/19/13
|
||||
* Time: 3:24 PM
|
||||
*
|
||||
* Thrown when a Condition receive an invalid Operator
|
||||
*
|
||||
* @package Condition
|
||||
|
||||
@@ -26,10 +26,6 @@ namespace Thelia\Exception;
|
||||
use Thelia\Log\Tlog;
|
||||
|
||||
/**
|
||||
* Created by JetBrains PhpStorm.
|
||||
* Date: 8/19/13
|
||||
* Time: 3:24 PM
|
||||
*
|
||||
* Thrown when a Condition receives an invalid Parameter
|
||||
*
|
||||
* @package Condition
|
||||
|
||||
@@ -26,10 +26,6 @@ namespace Thelia\Exception;
|
||||
use Thelia\Log\Tlog;
|
||||
|
||||
/**
|
||||
* Created by JetBrains PhpStorm.
|
||||
* Date: 8/19/13
|
||||
* Time: 3:24 PM
|
||||
*
|
||||
* Thrown when the Facade is not set
|
||||
*
|
||||
* @package Coupon
|
||||
|
||||
@@ -26,10 +26,6 @@ namespace Thelia\Exception;
|
||||
use Symfony\Component\DependencyInjection\Exception\BadMethodCallException;
|
||||
|
||||
/**
|
||||
* Created by JetBrains PhpStorm.
|
||||
* Date: 8/19/13
|
||||
* Time: 3:24 PM
|
||||
*
|
||||
* Thrown when an Abstract method has not been implemented
|
||||
*
|
||||
* @package Exception
|
||||
|
||||
Reference in New Issue
Block a user