code style fix

This commit is contained in:
Michał Żarnecki 2024-12-17 07:09:39 +01:00 committed by Brandon Johnson
parent d588cd1455
commit beb386c21e

View File

@ -1,6 +1,7 @@
<?php
namespace Graphs;
require_once __DIR__ . '/../../vendor/autoload.php';
require_once __DIR__ . '/../../Graphs/GraphEdge.php';
require_once __DIR__ . '/../../Graphs/Dijkstras.php';