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 9afd7db commit 949a06eCopy full SHA for 949a06e
src/Facades/Shell.php
@@ -4,6 +4,12 @@
4
5
use Illuminate\Support\Facades\Facade;
6
7
+/**
8
+ * @method static void showInFolder(string $path)
9
+ * @method static string openFile(string $path)
10
+ * @method static void trashFile(string $path)
11
+ * @method static void openExternal(string $url)
12
+ */
13
class Shell extends Facade
14
{
15
protected static function getFacadeAccessor()
0 commit comments