Update Route.php

This commit is contained in:
William 2025-03-26 11:12:22 +00:00
parent e170b07ca5
commit 74cb8b62c9

View File

@ -3,6 +3,7 @@
namespace WillySoft;
use \Exception;
use \InvalidArgumentException;
abstract class Route
{