Skip to content

Commit

Permalink
Update issues.php (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
guibranco authored Feb 17, 2024
1 parent 35477ca commit ce0b7cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Src/issues.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

require "vendor/autoload.php";
require "config/config.php";
require_once "vendor/autoload.php";
require_once "config/config.php";

function handleIssue($issue)
{
Expand Down

0 comments on commit ce0b7cd

Please sign in to comment.