diff --git a/contracts/Migrations.sol b/contracts/Migrations.sol index eeed7a4..c9f6434 100644 --- a/contracts/Migrations.sol +++ b/contracts/Migrations.sol @@ -8,7 +8,7 @@ contract Migrations { if (msg.sender == owner) _; } - function Migrations() public { + constructor() public{ owner = msg.sender; }