JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr{ gilour

File "EditorServiceProvider.php"

Full Path: /var/www/lionsclub/core/vendor/yajra/laravel-datatables-editor/src/EditorServiceProvider.php
File size: 506 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Yajra\DataTables;

use Illuminate\Support\ServiceProvider;
use Yajra\DataTables\Generators\DataTablesEditorCommand;

class EditorServiceProvider extends ServiceProvider
{
    /**
     * Bootstrap the application events.
     *
     * @return void
     */
    public function boot()
    {
        //
    }

    /**
     * Register the service provider.
     *
     * @return void
     */
    public function register()
    {
        $this->commands(DataTablesEditorCommand::class);
    }
}