Files
aso/stubs/nwidart-stubs/controller-plain.stub
Linksehat Staging Server ce024c2bcd merge
2023-05-08 08:50:15 +07:00

10 lines
110 B
Plaintext
Executable File

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