ApplicationProvider
interface ApplicationProvider
Methods
all()
Get all configured applications.
findById(string $id)
Find an application by ID.
findByKey(string $key)
Find an application by key.
Details
at line 18
Collection
all()
Get all configured applications.
at line 25
Application
findById(string $id)
Find an application by ID.
at line 32
Application
findByKey(string $key)
Find an application by key.