Skip to content

Commit

Permalink
fix last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tomahock committed Jan 29, 2024
1 parent 31c2ba5 commit 8d112fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/RCMController.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

use App\Models\RCM;
use App\Tools\RCMTool;
use Illuminate\Http\Request;
use Laravel\Lumen\Routing\Controller;
use App\Models\RCMForJS;
use Nyholm\Psr7\Request;
use voku\helper\UTF8;

class RCMController extends Controller
Expand Down

0 comments on commit 8d112fb

Please sign in to comment.