Skip to content

Commit e0411c1

Browse files
committed
fix namespace
1 parent 1b588ef commit e0411c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Plugin.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\Vito\Plugins\Vitodeploy\TinyFileManager;
3+
namespace App\Vito\Plugins\Vitodeploy\TinyFileManagerPlugin;
44

55
use App\DTOs\DynamicField;
66
use App\DTOs\DynamicForm;

TinyFileManager.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\Vito\Plugins\Vitodeploy\TinyFileManager;
3+
namespace App\Vito\Plugins\Vitodeploy\TinyFileManagerPlugin;
44

55
use App\SiteTypes\PHPBlank;
66
use Illuminate\Validation\Rule;

0 commit comments

Comments
 (0)