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

10 lines
110 B
Plaintext
Raw Permalink Normal View History

2024-08-27 12:03:06 +00:00
<?php
namespace $CLASS_NAMESPACE$;
use Illuminate\Routing\Controller;
class $CLASS$ extends Controller
{
}