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 46e422e commit 3a152deCopy full SHA for 3a152de
src/autoload.php
@@ -10,6 +10,5 @@
10
->notName('autoload.php');
11
12
foreach ($files as $file) {
13
- dump((string) $file);
14
require_once $file;
15
}
src/classes/System/Command.php
@@ -2,10 +2,6 @@
2
3
namespace Illuminated\Helpers\System;
4
5
-////////////////////////////////////////////////////////////////////////////////////////////////////////////////
6
-dd('Illuminated\Helpers\System\Command loaded');
7
8
-
9
class Command
{
public static function exec($command, array &$output = null, &$return_var = null)
0 commit comments