mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-01-18 18:40:45 +00:00
12 lines
173 B
PHP
12 lines
173 B
PHP
|
<?php
|
||
|
|
||
|
namespace App\Services;
|
||
|
|
||
|
class NotificationAppGatewayService
|
||
|
{
|
||
|
public static function config()
|
||
|
{
|
||
|
return config('instance.notifications.nag');
|
||
|
}
|
||
|
}
|