New-OMIS/stubs/nwidart-stubs/controller-plain.stub

10 lines
110 B
Plaintext
Raw Normal View History

2024-04-04 10:35:27 +00:00
<?php
namespace $CLASS_NAMESPACE$;
use Illuminate\Routing\Controller;
class $CLASS$ extends Controller
{
}