Preview: DeferrableProvider.php
Size: 207 B
/home/getspomw/royalsquad.us/vendor/laravel/framework/src/Illuminate/Contracts/Support/DeferrableProvider.php
<?php
namespace Illuminate\Contracts\Support;
interface DeferrableProvider
{
/**
* Get the services provided by the provider.
*
* @return array
*/
public function provides();
}
Directory Contents
Dirs: 0 × Files: 11