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

10 lines
110 B
Plaintext
Raw Permalink Normal View History

2024-08-27 17:48:06 +05:45
<?php
namespace $CLASS_NAMESPACE$;
use Illuminate\Routing\Controller;
class $CLASS$ extends Controller
{
}