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 5984ce6 commit 48b587eCopy full SHA for 48b587e
src/Facades/ExecutorPool.php
@@ -4,6 +4,10 @@
4
5
use Illuminate\Support\Facades\Facade;
6
7
+/**
8
+ * @method array getPaths()
9
+ * @method void addPath(string $path)
10
+ */
11
class ExecutorPool extends Facade
12
{
13
protected static function getFacadeAccessor()
0 commit comments