X-Git-Url: https://jfr.im/git/uguu.git/blobdiff_plain/cec6349edd312760946ab1490ab5e037297a1ad6..fc3ca8de2ab1134caaf5f8d6099ba1a7f182e704:/src/static/php/grill.php?ds=inline diff --git a/src/static/php/grill.php b/src/static/php/grill.php index d41172a..eb6acd0 100644 --- a/src/static/php/grill.php +++ b/src/static/php/grill.php @@ -1,30 +1,9 @@ + * @copyright Copyright (c) 2022-2023 Go Johansson (nokonoko) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -41,6 +20,6 @@ */ require_once __DIR__ . '/../vendor/autoload.php'; - use Pomf\GrillLoader; + use Pomf\Uguu\Classes\GrillLoader; new GrillLoader();