erp-backend/stubs/nwidart-stubs/controller-plain.stub
2026-04-01 17:07:04 +08:00

8 lines
109 B
Plaintext

<?php
namespace $CLASS_NAMESPACE$;
use Illuminate\Routing\Controller;
class $CLASS$ extends Controller {}