Added missing comment.
This commit is contained in:
parent
ad63107a43
commit
b060dcb9de
1 changed files with 3 additions and 0 deletions
|
@ -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 . '..';
|
||||||
|
|
Reference in a new issue