mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-02 22:46:16 +00:00
fixing routes
This commit is contained in:
@ -1,19 +0,0 @@
|
||||
<?php
|
||||
|
||||
namespace App\Facades;
|
||||
|
||||
use Illuminate\Support\Facades\Facade;
|
||||
|
||||
/**
|
||||
* @method static void success(string $message)
|
||||
* @method static void error(string $message)
|
||||
* @method static void warning(string $message)
|
||||
* @method static void info(string $message)
|
||||
*/
|
||||
class Toast extends Facade
|
||||
{
|
||||
protected static function getFacadeAccessor(): string
|
||||
{
|
||||
return 'toast';
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user