Upgrade to 3.0.3
This commit is contained in:
@@ -324,6 +324,17 @@ class Site extends ModelWithContent
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
* Compares the current object with the given site object
|
||||
*
|
||||
* @param Site $site
|
||||
* @return bool
|
||||
*/
|
||||
public function is(Site $site): bool
|
||||
{
|
||||
return $this === $site;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the root to the media folder for the site
|
||||
*
|
||||
|
Reference in New Issue
Block a user