Skip to content

Commit c2503ca

Browse files
committed
“ Always remember that you are absolutely unique. Just like everyone else. ”
— Margaret Mead
1 parent e42273b commit c2503ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Commands/EcowCommand.php

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ class EcowCommand extends Command
2828

2929
public function handle(): int
3030
{
31+
32+
dd('This is a debugging function.');
3133
$this->repository = app('migration.repository');
3234

3335
if ($this->option('database')) {

tests/Pest.php

-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77

88
uses()
99
->beforeEach(function () {
10-
11-
dd('before each');
1210
Artisan::call('ecow:migrate');
1311
})
1412
->in('Feature');

0 commit comments

Comments
 (0)