Skip to content
This repository was archived by the owner on Aug 28, 2021. It is now read-only.

Commit 7297886

Browse files
author
Ben Speakman
committed
Alias WpApi in facade
1 parent ad9c74f commit 7297886

File tree

1 file changed

+2
-2
lines changed
  • src/Threesquared/LaravelWpApi/Facades

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?php namespace Threesquared\LaravelWpApi\Facades;
22

33
use Illuminate\Support\Facades\Facade;
4-
use Threesquared\LaravelWpApi\WpApi;
4+
use Threesquared\LaravelWpApi\WpApi as WordpressApi;
55

66
class WpApi extends Facade {
77

8-
protected static function getFacadeAccessor() { return WpApi::class; }
8+
protected static function getFacadeAccessor() { return WordpressApi::class; }
99

1010
}

0 commit comments

Comments
 (0)