Skip to content

Commit affa23e

Browse files
committed
refact some elments not comply with psr4
1 parent f8a2b2a commit affa23e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Classes/Icon.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace App\View\Ui;
3+
namespace Paulido\Ui\Icons;
44

55
use Illuminate\View\Component;
66

src/Classes/Inputs/input.php renamed to src/Classes/Inputs/Input.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace Paulido\Ui\Classes\Input;
3+
namespace Paulido\Ui\Classes\Inputs;
44

55
use Illuminate\View\Component;
66

src/Classes/Sweets/Suscess.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace App\View\Paulido\Ui\Sweets;
3+
namespace Paulido\Ui\Sweets;
44

55
use Illuminate\View\Component;
66

0 commit comments

Comments
 (0)