for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Conner\Tagging\Providers;
use Illuminate\Support\ServiceProvider;
/**
* Copyright (C) 2014 Robert Conner
*/
class LumenTaggingServiceProvider extends ServiceProvider
{
* Bootstrap the application events.
public function boot() {}
* Register the service provider.
*
* @return void
public function register() {}
}