commit | 4f63f3801da9d94a18c642a83b4234f09b2cfe0c | [log] [tgz] |
---|---|---|
author | Marc Kupietz <kupietz@ids-mannheim.de> | Wed Mar 15 09:13:03 2023 +0100 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Wed Apr 26 14:12:06 2023 +0200 |
tree | 4dc356de6c90b5d93b4c43c13e5c063c7f3049c2 | |
parent | 5692d1dfc810224892d7d27f43a0929a6c8949fc [diff] [blame] |
Fix typo in Utils include Change-Id: Iea4633c58933372b8ae2b0e8dc26ff3a7fbd4b46
diff --git a/User.php b/User.php index 2341eb0..6a9e2cf 100644 --- a/User.php +++ b/User.php
@@ -1,6 +1,6 @@ <?php require_once 'vendor/autoload.php'; -include_once 'util.php'; +include_once 'utils.php'; class User {