Added missing comment.

This commit is contained in:
flash 2024-08-04 00:56:44 +00:00
parent ad63107a43
commit b060dcb9de

View file

@ -5,6 +5,9 @@
namespace Sasae; namespace Sasae;
/**
* Provides information about the Sasae library.
*/
final class Sasae { final class Sasae {
public const PATH_SOURCE = __DIR__; public const PATH_SOURCE = __DIR__;
public const PATH_ROOT = self::PATH_SOURCE . DIRECTORY_SEPARATOR . '..'; public const PATH_ROOT = self::PATH_SOURCE . DIRECTORY_SEPARATOR . '..';