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