Skip to content

Commit

Permalink
Updating the SeoHelper contract
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanedev-maroc committed Apr 5, 2019
1 parent 254ab21 commit 93080fd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/Contracts/SeoHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,15 @@ public function setKeywords($keywords);
*/
public function setImage($imageUrl);

/**
* Set the current URL.
*
* @param string $url
*
* @return \Arcanedev\SeoHelper\SeoHelper
*/
public function setUrl($url);

/* -----------------------------------------------------------------
| Main Methods
| -----------------------------------------------------------------
Expand Down

0 comments on commit 93080fd

Please sign in to comment.