mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-12-20 03:53:17 +00:00
11 lines
173 B
PHP
11 lines
173 B
PHP
<?php
|
|
|
|
namespace App\Services;
|
|
|
|
class NotificationAppGatewayService
|
|
{
|
|
public static function config()
|
|
{
|
|
return config('instance.notifications.nag');
|
|
}
|
|
}
|