for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Bantenprov\PendaftaranWizard;
/**
* The PendaftaranWizard class.
*
* @package Bantenprov\PendaftaranWizard
* @author bantenprov <[email protected]>
*/
class PendaftaranWizard
{
public function welcome()
return 'Welcome to Bantenprov\PendaftaranWizard package';
}