for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Pratiksh\Adminetic\Services\Helper;
class CommandHelper
{
protected static function getStub($type)
return file_get_contents(__DIR__."/../../Console/Commands/AdminStubs/$type.stub");
}