framework/src/Notification
Franz Liedke 7f1048352d
Clean up database query
- Use existing `selectRaw()` method to avoid using the global `app()`
  helper as a service locator, which hides dependencies.
- Do the same for the join.
- The `Expression` is necessary to prevent the aliased column from being
  prefixed with the database table prefix, if configured.
2019-07-11 22:35:19 +02:00
..
Blueprint Rename notification.sender 2018-08-24 22:13:06 +09:30
Command Fix notification isRead value not being updated in API update response (#1635) 2018-11-12 00:14:13 +01:00
Event Fix absence of variable reference 2018-04-11 10:03:51 +09:30
MailableInterface.php Extract Flarum\Notification namespace 2017-10-03 18:49:53 +02:00
Notification.php Use Laravel's class-based Str and Arr helpers 2019-07-06 01:30:58 +02:00
NotificationMailer.php Extract Flarum\Notification namespace 2017-10-03 18:49:53 +02:00
NotificationRepository.php Clean up database query 2019-07-11 22:35:19 +02:00
NotificationServiceProvider.php Cleanup code, typehints and class references 2017-10-03 18:54:07 +02:00
NotificationSyncer.php Rename notification.sender 2018-08-24 22:13:06 +09:30