Add facade file, fixes #1
This commit is contained in:
parent
0caa09c307
commit
3b668336f0
9
src/Cyberduck/LaravelWpApi/Facades/WpApi.php
Normal file
9
src/Cyberduck/LaravelWpApi/Facades/WpApi.php
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
<?php namespace Cyberduck\LaravelWpApi\Facades;
|
||||||
|
|
||||||
|
use Illuminate\Support\Facades\Facade;
|
||||||
|
|
||||||
|
class WpApi extends Facade {
|
||||||
|
|
||||||
|
protected static function getFacadeAccessor() { return 'wp-api'; }
|
||||||
|
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue