changes
This commit is contained in:
11
vendor/nwidart/laravel-modules/src/Commands/stubs/helper.stub
vendored
Normal file
11
vendor/nwidart/laravel-modules/src/Commands/stubs/helper.stub
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace $CLASS_NAMESPACE$;
|
||||
|
||||
class $CLASS$
|
||||
{
|
||||
public function handle()
|
||||
{
|
||||
//
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user