WordPress

Coming Soon

revealability

File "Alert.php"

Full Path: /home/karnava/public_html/center.karnavati.in/vendor/realrashid/sweet-alert/src/Facades/Alert.php
File size: 300 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace RealRashid\SweetAlert\Facades;

use Illuminate\Support\Facades\Facade;

class Alert extends Facade
{
    /**
     * Get the registered name of the component.
     *
     * @return string
     */
    protected static function getFacadeAccessor()
    {
        return 'alert';
    }
}