mirror of
https://github.com/nicoverbruggen/phpmon.git
synced 2025-08-08 04:20:07 +02:00
♻️ Added logger class
This commit is contained in:
@ -25,7 +25,7 @@ class LocalNotification {
|
||||
let notificationCenter = UNUserNotificationCenter.current()
|
||||
notificationCenter.add(request) { (error) in
|
||||
if error != nil {
|
||||
print(error!)
|
||||
Log.err(error!)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user