New-OMIS/stubs/nwidart-stubs/controller-plain.stub
2024-04-04 16:20:27 +05:45

10 lines
110 B
Plaintext

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