We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e42273b commit c2503caCopy full SHA for c2503ca
src/Commands/EcowCommand.php
@@ -28,6 +28,8 @@ class EcowCommand extends Command
28
29
public function handle(): int
30
{
31
+
32
+ dd('This is a debugging function.');
33
$this->repository = app('migration.repository');
34
35
if ($this->option('database')) {
tests/Pest.php
@@ -7,8 +7,6 @@
7
8
uses()
9
->beforeEach(function () {
10
-
11
- dd('before each');
12
Artisan::call('ecow:migrate');
13
})
14
->in('Feature');
0 commit comments