We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfb59bc commit 489b39cCopy full SHA for 489b39c
src/Illuminate/Support/Facades/Pipeline.php
@@ -2,6 +2,17 @@
2
3
namespace Illuminate\Support\Facades;
4
5
+/**
6
+ * @method static \Illuminate\Pipeline\Pipeline send(mixed $passable)
7
+ * @method static \Illuminate\Pipeline\Pipeline through(array|mixed $pipes)
8
+ * @method static \Illuminate\Pipeline\Pipeline pipe(array|mixed $pipes)
9
+ * @method static \Illuminate\Pipeline\Pipeline via(string $method)
10
+ * @method static mixed then(\Closure $destination)
11
+ * @method static mixed thenReturn()
12
+ * @method static \Illuminate\Pipeline\Pipeline setContainer(\Illuminate\Contracts\Container\Container $container)
13
+ *
14
+ * @see \Illuminate\Pipeline\Pipeline
15
+ */
16
class Pipeline extends Facade
17
{
18
/**
0 commit comments