for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Bludata\Doctrine\Common\Providers;
use Illuminate\Support\ServiceProvider;
class CommonServiceProvider extends ServiceProvider
{
public function register()
register_annotation_dir(__DIR__.'/../Annotations');
}