Skip to content

Commit

Permalink
Merge pull request #1 from cvsolutions/master
Browse files Browse the repository at this point in the history
Create plugin
  • Loading branch information
vikey89 committed Jul 3, 2013
2 parents cf453c5 + 3181c28 commit eb3d5b0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 27 deletions.
27 changes: 0 additions & 27 deletions src/Zendcart/Controller/IndexController.php

This file was deleted.

8 changes: 8 additions & 0 deletions src/Zendcart/Controller/Plugin/ZendCart.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?php
namespace Zendcart\Controller\Plugin;

use Zend\Mvc\Controller\Plugin\AbstractPlugin;

class ZendCart extends AbstractPlugin
{
}

0 comments on commit eb3d5b0

Please sign in to comment.