Files
aso/stubs/nwidart-stubs/controller-plain.stub
2022-11-03 09:51:22 +07:00

10 lines
110 B
Plaintext
Executable File

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