Skip to content

Commit

Permalink
Use require instead of require once
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Jul 10, 2024
1 parent 241a894 commit a387d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/framework/tests/Unit/Facades/AuthorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ protected function setUp(): void
{
parent::setUp();

$config = require_once Hyde::path('config/hyde.php');
$config = require Hyde::path('config/hyde.php');

self::mockConfig(['hyde' => $config]);
}
Expand Down

0 comments on commit a387d53

Please sign in to comment.