/
home
/
techb158
/
ileadtechnology.com
/
vendor
/
realrashid
/
sweet-alert
/
src
/
Facades
/
/home/techb158/ileadtechnology.com/vendor/realrashid/sweet-alert/src/Facades
mkdir
upload
Name
Size
Mode
Actions
Alert.php
300
0644
edit
dl
rm
Edit:
/home/techb158/ileadtechnology.com/vendor/realrashid/sweet-alert/src/Facades/Alert.php
(300B)
<?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'; } }
Save