Cleanup code

This commit is contained in:
Giuseppe Criscione 2019-04-02 17:58:41 +02:00
parent 138272d158
commit f444a7f4b6
2 changed files with 1 additions and 8 deletions

View File

@ -8,13 +8,6 @@ use Formwork\Utils\FileSystem;
class Avatar extends File
{
/**
* The URI of the avatar
*
* @var string
*/
protected $uri;
/**
* Create a new Avatar instance
*

View File

@ -20,7 +20,7 @@ abstract class AbstractPage
* @var string
*/
protected $relativePath;
/**
* Page route
*