-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
salted-library/code/Utilities.php
Line 315 in e034e28
$items = new ArrayList(); |
When I use the Utilities nl2p function, I receive an error saying:
[User Error] Uncaught Error: Class 'SaltedHerring\ArrayList' not found
I've tried to use the function in a couple of ways:
use SaltedHerring\Utilities;
Utilities::nl2p(...)
or
SaltedHerring\Utilities::nl2p(...)
... but no dice. Am I doing something dumb here?
Metadata
Metadata
Assignees
Labels
No labels