Skip to content

Commit

Permalink
magento-engcom/magento2#7 Add missing empty interface class
Browse files Browse the repository at this point in the history
  • Loading branch information
nhp committed May 20, 2017
1 parent c2efa1b commit bb10b2a
Showing 1 changed file with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?php
/**
* Created by PhpStorm.
* User: nhp
* Date: 5/20/17
* Time: 2:52 PM
*/

namespace Magento\InventoryApi\Api\Data;


interface SourceCarrierLinkInterface
{

}

0 comments on commit bb10b2a

Please sign in to comment.