Skip to content

Commit

Permalink
File linking fix
Browse files Browse the repository at this point in the history
  • Loading branch information
startailcoon committed Apr 25, 2024
1 parent df02dcf commit 127728d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Models/Chain/Block.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

namespace CoonDesign\phpGridcoin\Models\Chain;

require_once __DIR__ . "/contract_mrc.php";
require_once __DIR__ . "/transaction.php";
require_once __DIR__ . "/ContractMRC.php";
require_once __DIR__ . "/Transaction.php";
require_once __DIR__ . "/../../ageSinecTimestamp.php";

class Block {
Expand Down

0 comments on commit 127728d

Please sign in to comment.