Skip to content
Prev Previous commit
Merge remote-tracking branch 'upstream/rbac-migration' into feat/mint…
…able-erc721
  • Loading branch information
frangio committed Sep 6, 2018
commit 8b44a79cd12d1fe1b68f092c5070e66ad63bb295
2 changes: 1 addition & 1 deletion contracts/token/ERC721/ERC721Mintable.sol
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pragma solidity ^0.4.24;

import "./ERC721.sol";
import "../../access/rbac/MinterRole.sol";
import "../../access/roles/MinterRole.sol";


/**
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.