Skip to content

Commit 0ef97e3

Browse files
committed
move process to its own component
1 parent 5c7d9ac commit 0ef97e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace Illuminate\Contracts\Console\Process;
3+
namespace Illuminate\Contracts\Process;
44

55
interface InvokedProcess
66
{
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace Illuminate\Contracts\Console\Process;
3+
namespace Illuminate\Contracts\Process;
44

55
interface ProcessResult
66
{

0 commit comments

Comments
 (0)