????

Your IP : 18.191.150.201


Current Path : /home/thenclexdoctor.com/public_html/vendor/jubaer/zoom-laravel/src/
Upload File :
Current File : /home/thenclexdoctor.com/public_html/vendor/jubaer/zoom-laravel/src/ZoomServiceProvider.php

<?php

namespace Jubaer\Zoom;

use Illuminate\Support\ServiceProvider;

class ZoomServiceProvider extends ServiceProvider
{
    /**
     * Bootstrap services.
     *
     * @return void
     */
    public function boot()
    {
        if ($this->app->runningInConsole()) {
            $this->publishes([
                __DIR__ . '/../config/config.php' => config_path('zoom.php'),
            ], 'config');
        }

    }

    /**
     * Register services.
     *
     * @return void
     */
    public function register()
    {
        // Automatically apply the package configuration
        $this->app->bind('zoom', function ($app) {
            return new Zoom();
        });

        $this->mergeConfigFrom(__DIR__ . '/../config/config.php', 'zoom');
    }
}

Page not found | The NCLEX Doctor

Page not found!

Sorry, this page is not available...