Current section
Files
Jump to
Current section
Files
lib/perspective/notifications/supervisor.ex
defmodule Perspective.Notifications.Supervisor do
use Perspective.Supervisor
children do
[
{Phoenix.PubSub.PG2, name: Perspective.Notifications.name()}
]
end
end