<?php
/**
* Created by PhpStorm.
* User: mikevandersanden
* Date: 18/10/2017
* Time: 13:52
*/
namespace App\KommaApp\Facades;
use Illuminate\Support\Facades\Facade;
class KommaCases extends Facade {
/**
* Get the registered name of the component.
*
* @return string
*/
protected static function getFacadeAccessor() { return 'kommaCaseService'; }
}