for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */
/**
* This file is part of the Base64 Handler library.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
* PHP Version 7
* LICENSE: This source file is subject to the MIT license that is available
* through the world-wide-web at the following URI:
* http://opensource.org/licenses/mit-license.php
* @category Src
* @package Normeno\Base64Handler
* @author Nicolas Ormeno <[email protected]>
* @license http://opensource.org/licenses/mit-license.php MIT License
* @link https://github.com/normeno/base64_handler
*/
namespace Normeno\Base64Handler;
use Illuminate\Support\ServiceProvider;
* Tests for Format
* @category Test
class Base64HandlerServiceProvider extends ServiceProvider
{
* Bootstrap services.
* @return void
public function boot()
//
}
* Register services.
public function register()