You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Remove static keyword from add() method to allow $this usage
- Resolves "Cannot use '$this' in non-object context" error
- Method now requires instantiation to call: $notices = new Notices(); $notices->add($args);
Fixes#23
0 commit comments