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 34fc7bd commit 0b261cbCopy full SHA for 0b261cb
src/classes/System/Command.php
@@ -2,6 +2,10 @@
2
3
namespace Illuminated\Helpers\System;
4
5
+////////////////////////////////////////////////////////////////////////////////////////////////////////////////
6
+dd('Illuminated\Helpers\System\Command loaded');
7
8
+
9
class Command
10
{
11
public static function exec($command, array &$output = null, &$return_var = null)
0 commit comments