akaunting/app/Console/Stubs/Modules/controller-plain.stub

10 lines
110 B
Plaintext
Raw Permalink Normal View History

2017-09-14 22:21:00 +03:00
<?php
namespace $CLASS_NAMESPACE$;
use Illuminate\Routing\Controller;
class $CLASS$ extends Controller
{
}