Skip to content

Commit 7e7a4c0

Browse files
committed
Namespace update
1 parent c16f6da commit 7e7a4c0

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

src/Gui/Components/ProgressBar.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
*
88
* It is a visual component for progress bar
99
*
10-
* @author PeratX @PeratX
10+
* @author iTXTech
11+
* @website https://itxtech.org @PeratX
1112
* @since 0.1
1213
*/
1314

src/PeratX/SimpleGUI/SimpleGUI.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,15 @@
88
* the Free Software Foundation, either version 3 of the License, or
99
* (at your option) any later version.
1010
*
11-
* @author PeratX
11+
* @author iTXTech
12+
* @website https://itxtech.org
1213
*/
1314

1415
namespace PeratX\SimpleGUI;
1516

1617
use Gui\Application;
1718
use Gui\Output;
18-
use PeratX\SimpleFramework\Module\Module;
19+
use iTXTech\SimpleFramework\Module\Module;
1920

2021
class SimpleGUI extends Module{
2122

0 commit comments

Comments
 (0)