Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
wangta69 committed Sep 13, 2024
1 parent b350413 commit f494370
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/SmartEditorController.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
use Illuminate\Http\UploadedFile;
use DB;
use Illuminate\Support\Facades\Log;
use Pondol\Editor\SmartEditor;
use Pondol\Editor\Traits\SmartEditor;

class SmartEditorController extends Controller
{
Expand Down
2 changes: 1 addition & 1 deletion src/SmartEditor.php → src/Traits/SmartEditor.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
namespace Pondol\Editor;
namespace Pondol\Editor\Traits;

use Illuminate\Http\Request;
use Illuminate\Http\File;
Expand Down

0 comments on commit f494370

Please sign in to comment.