Blame | Letzte Änderung | Log anzeigen | RSS feed
<?php namespace Clockwork\Support\Laravel;use Illuminate\Support\Facades\Facade as IlluminateFacade;// Clockwork facadeclass Facade extends IlluminateFacade{protected static function getFacadeAccessor() { return 'clockwork'; }}