rerun pipeline

This commit is contained in:
Herbert Maschke 2020-03-12 16:32:38 +01:00
parent c14b1c8946
commit 50f818bc73
1 changed files with 3 additions and 1 deletions

View File

@ -52,7 +52,9 @@ Below is an example of a valid Bagisto doc block. Note that the @param attribute
* @param string|array $loader
* @param \Closure|string|null $concrete
* @param bool $shared
*
* @return void
*
* @throws \Exception
*/
protected function registerFacades($loader, $concrete = null, $shared = false)