관리-도구
편집 파일: DeferrableProvider.php
<?php namespace Illuminate\Contracts\Support; interface DeferrableProvider { /** * Get the services provided by the provider. * * @return array */ public function provides(); }