rerun pipeline
This commit is contained in:
parent
50f818bc73
commit
5b28d754c2
|
|
@ -52,9 +52,7 @@ Below is an example of a valid Bagisto doc block. Note that the @param attribute
|
||||||
* @param string|array $loader
|
* @param string|array $loader
|
||||||
* @param \Closure|string|null $concrete
|
* @param \Closure|string|null $concrete
|
||||||
* @param bool $shared
|
* @param bool $shared
|
||||||
*
|
|
||||||
* @return void
|
* @return void
|
||||||
*
|
|
||||||
* @throws \Exception
|
* @throws \Exception
|
||||||
*/
|
*/
|
||||||
protected function registerFacades($loader, $concrete = null, $shared = false)
|
protected function registerFacades($loader, $concrete = null, $shared = false)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue