mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-01-19 02:50:46 +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');
|
|
}
|
|
}
|