revert fix(agentic): harden TODO workspace write Co-Authored-By: Virgil <virgil@lethean.io>
10 lines
160 B
PHP
10 lines
160 B
PHP
<?php
|
|
|
|
namespace App\Console;
|
|
|
|
use Illuminate\Foundation\Console\Kernel as ConsoleKernel;
|
|
|
|
class Kernel extends ConsoleKernel
|
|
{
|
|
protected $commands = [];
|
|
}
|