<?php
/*
* This file is part of the IndoRegion package.
*
* (c) Azis Hapidin <azishapidin.com | [email protected]>
*
*/
namespace AzisHapidin\IndoRegion;
use Illuminate\Support\ServiceProvider;
use AzisHapidin\IndoRegion\IndoRegionPublishCommand;
/**
* IndoRegion Service Provider
*/
class IndoRegionServiceProvider extends ServiceProvider
{
/**
* Bootstrap the application services.
*
* @return void
*/
public function boot()
{
if ($this->app->runningInConsole()) {
$this->commands([
IndoRegionPublishCommand::class,
]);
}
}
/**
* Register the application services.
*
* @return void
*/
public function register()
{
}
}
Anons79 File Manager Version 1.0, Coded By Anons79
Email: [email protected]