v.0.1
This commit is contained in:
13
vendor/illuminate/contracts/Support/DeferrableProvider.php
vendored
Normal file
13
vendor/illuminate/contracts/Support/DeferrableProvider.php
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace Illuminate\Contracts\Support;
|
||||
|
||||
interface DeferrableProvider
|
||||
{
|
||||
/**
|
||||
* Get the services provided by the provider.
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
public function provides();
|
||||
}
|
Reference in New Issue
Block a user