Build & Deploy / build (push) Successful in 18s
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
7 lines
163 B
PHP
7 lines
163 B
PHP
<?php
|
|
|
|
use Illuminate\Support\Facades\Artisan;
|
|
|
|
// Define artisan commands here, e.g.:
|
|
// Artisan::command('layer:hello', fn() => info('Hello from this layer.'));
|