Skip to content

Service & Helper

Compare
Choose a tag to compare
@MGatner MGatner released this 20 Sep 00:11
· 51 commits to master since this release
3a10894

Adds a simple Handlers Service to allow access to the shared instance, and a new helper function to make trivial calls simpler:

$class   = handlers('Widgets')->first();
$another = handlers()->where(['files has' => 'example.pdf'])->first();