Skip to content

Commit 6cffb87

Browse files
committed
update user guide
1 parent b9f5c83 commit 6cffb87

File tree

2 files changed

+2
-2
lines changed

2 files changed

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

3-
throw new \CodeIgniter\Router\Exceptions\RedirectException($route);
3+
throw new \CodeIgniter\HTTP\Exceptions\RedirectException($route);
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<?php
22

3-
throw new \CodeIgniter\Router\Exceptions\RedirectException($route, 301);
3+
throw new \CodeIgniter\HTTP\Exceptions\RedirectException($route, 301);

0 commit comments

Comments
 (0)