Merge branch 'cart'
Conflicts: core/lib/Thelia/Config/Resources/config.xml core/lib/Thelia/Core/Event/TheliaEvents.php
This commit is contained in:
@@ -28,11 +28,6 @@ use Symfony\Component\HttpFoundation\RedirectResponse;
|
||||
class Redirect
|
||||
{
|
||||
|
||||
public static function unauthorize($url)
|
||||
{
|
||||
self::exec($url, 401);
|
||||
}
|
||||
|
||||
public static function exec($url, $status = 302)
|
||||
{
|
||||
$response = new RedirectResponse($url, $status);
|
||||
|
||||
Reference in New Issue
Block a user