for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace aspirantzhang\octopusRevision;
class Service extends \think\Service
{
public function boot()
$this->app->bind('revision', Revision::class);
}