|
|
|
@ -1,7 +1,7 @@
|
|
|
|
module Analyze
|
|
|
|
module Analyze
|
|
|
|
module Slice
|
|
|
|
module Slice
|
|
|
|
class StudentsAndTeachersAndParents < Base
|
|
|
|
class StudentsAndTeachersAndParents < Base
|
|
|
|
def initialize(graph:, label: "Students & Teachers & Parents", slug: "students-and-teachers-and-pareents")
|
|
|
|
def initialize(graph:, label: "Students, Teachers & Parents", slug: "students-and-teachers-and-pareents")
|
|
|
|
super(label:, slug:, graph:)
|
|
|
|
super(label:, slug:, graph:)
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|