ListScreens.php 254 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 <?php namespace ACA\MLA\Service; use AC; use AC\Registerable; use ACA\MLA\ListScreenFactory\MediaLibraryFactory; class ListScreens implements Registerable { public function register() { AC\ListScreenFactory::add( new MediaLibraryFactory() ); } }