Skip to content

Commit

Permalink
CORE-2197 Validate customer login redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
gerner-spryker committed Oct 25, 2017
1 parent e756c9e commit ca7ffc0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/Spryker/Yves/Customer/CustomerConfig.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?php

/**
* Copyright © 2016-present Spryker Systems GmbH. All rights reserved.
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
*/

namespace Spryker\Yves\Customer;

use Spryker\Yves\Kernel\AbstractBundleConfig;

class CustomerConfig extends AbstractBundleConfig
{
}

0 comments on commit ca7ffc0

Please sign in to comment.