Skip to content

Commit 85754f7

Browse files
committed
Fix copy-paste error in example conf
1 parent d608127 commit 85754f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Alerts.php.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
use CodeIgniter\Config\BaseConfig;
1414

15-
class Alerts extends \Tatter\Alerts\Config\Assets
15+
class Alerts extends \Tatter\Alerts\Config\Alerts
1616
{
1717
// prefix for SESSION variables and HTML classes, to prevent collision
1818
public $prefix = "alerts-";

0 commit comments

Comments
 (0)