merged skunkworks into develop.
This commit is contained in:
13
laravel/cli/tasks/bundle/providers/provider.php
Normal file
13
laravel/cli/tasks/bundle/providers/provider.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php namespace Laravel\CLI\Tasks\Bundle\Providers;
|
||||
|
||||
interface Provider {
|
||||
|
||||
/**
|
||||
* Install the given bundle into the application.
|
||||
*
|
||||
* @param string $bundle
|
||||
* @return void
|
||||
*/
|
||||
public function install($bundle);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user