Files
aso/stubs/nwidart-stubs/controller-plain.stub
Server D3 Linksehat 1bf608b1ed Server 103 Commit
2024-07-18 16:05:33 +07:00

10 lines
110 B
Plaintext
Executable File

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