Skip to content

Commit

Permalink
enhance(facade): Add phpdoc to facade
Browse files Browse the repository at this point in the history
  • Loading branch information
Log1x committed Jan 21, 2021
1 parent 2b5bdc2 commit 83014f5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/Facades/Navi.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@

use Illuminate\Support\Facades\Facade;

/**
* @method static \Log1x\Navi\Navi build(string $menu = 'primary_navigation')
* @method static mixed get(string $key = null, mixed $default = null)
* @method static bool isEmpty()
* @method static bool isNotEmpty()
*
* @see \Log1x\Navi\Navi
* @see \Illuminate\Support\Fluent
*/
class Navi extends Facade
{
/**
Expand Down

0 comments on commit 83014f5

Please sign in to comment.