/
home
/
techb158
/
ileadtechnology.com
/
vendor
/
cartalyst
/
stripe-laravel
/
src
/
Facades
/
/home/techb158/ileadtechnology.com/vendor/cartalyst/stripe-laravel/src/Facades
mkdir
upload
Name
Size
Mode
Actions
Stripe.php
689
0644
edit
dl
rm
Edit:
/home/techb158/ileadtechnology.com/vendor/cartalyst/stripe-laravel/src/Facades/Stripe.php
(689B)
<?php /* * Part of the Stripe Laravel package. * * NOTICE OF LICENSE * * Licensed under the 3-clause BSD License. * * This source file is subject to the 3-clause BSD License that is * bundled with this package in the LICENSE file. * * @package Stripe Laravel * @version 12.0.0 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2020, Cartalyst LLC * @link https://cartalyst.com */ namespace Cartalyst\Stripe\Laravel\Facades; use Illuminate\Support\Facades\Facade; class Stripe extends Facade { /** * {@inheritdoc} */ protected static function getFacadeAccessor() { return 'stripe'; } }
Save
cmd:
run