mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-17 20:11:27 +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');
|
|
}
|
|
}
|