File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1212
1313use CodeIgniter\Config\BaseConfig;
1414
15- class Alerts extends \Tatter\Alerts\Config
15+ class Alerts extends \Tatter\Alerts\Config\Assets
1616{
1717 // prefix for SESSION variables and HTML classes, to prevent collision
1818 public $prefix = "alerts-";
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Provides out-of-the-box user alerts for CodeIgniter 4
2020
2121Install easily via Composer to take advantage of CodeIgniter 4's autoloading capabilities
2222and always be up-to-date:
23- ` > composer require tatter/alerts `
23+ * ` > composer require tatter/alerts `
2424
2525Or, install manually by downloading the source files and copying them into CodeIgniter 4's
2626app/ same subdirectories.
Original file line number Diff line number Diff line change 2727use Tatter \Alerts \Exceptions \AlertsException ;
2828
2929/*** CLASS ***/
30- class Alerts {
30+ class Alerts
31+ {
3132
3233 /**
3334 * Our configuration instance.
You can’t perform that action at this time.
0 commit comments