clara_old/stubs/nwidart-stubs/controller-plain.stub

10 lines
110 B
Plaintext
Raw Permalink Normal View History

2023-07-03 07:33:24 +00:00
<?php
namespace $CLASS_NAMESPACE$;
use Illuminate\Routing\Controller;
class $CLASS$ extends Controller
{
}