We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c16f6da commit 7e7a4c0Copy full SHA for 7e7a4c0
2 files changed
src/Gui/Components/ProgressBar.php
@@ -7,7 +7,8 @@
7
*
8
* It is a visual component for progress bar
9
10
- * @author PeratX @PeratX
+ * @author iTXTech
11
+ * @website https://itxtech.org @PeratX
12
* @since 0.1
13
*/
14
src/PeratX/SimpleGUI/SimpleGUI.php
@@ -8,14 +8,15 @@
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
- * @author PeratX
+ * @website https://itxtech.org
15
namespace PeratX\SimpleGUI;
16
17
use Gui\Application;
18
use Gui\Output;
-use PeratX\SimpleFramework\Module\Module;
19
+use iTXTech\SimpleFramework\Module\Module;
20
21
class SimpleGUI extends Module{
22
0 commit comments