Skip to content

Commit

Permalink
Add header comment to Constants class
Browse files Browse the repository at this point in the history
  • Loading branch information
tadhgboyle committed Feb 9, 2023
1 parent 411e9b9 commit 992da70
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions core/classes/Misc/Constants.php
@@ -1,5 +1,13 @@
<?php

/**
* Constants utility class.
*
* @package NamelessMC\Misc
* @author Derkades
* @version 2.1.0
* @license MIT
*/
class Constants {

const ROOT_PATH = __DIR__ . '/../../..';
Expand Down

0 comments on commit 992da70

Please sign in to comment.