for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace NotificationChannels\FortySixElks;
use Illuminate\Support\ServiceProvider;
class FortySixElksServiceProvider extends ServiceProvider
{
/*
* As of now this is not used.
* but I keep it here as a reminder that
* I should use it in the future if this
* package gets more complex.
*/
/**
* Register the application services.
public function register()
}