Using correct docblock

parent cffb5724
...@@ -2,10 +2,12 @@ ...@@ -2,10 +2,12 @@
namespace Modules\Page\Events; namespace Modules\Page\Events;
use Modules\Page\Entities\Page;
class PageWasDeleted class PageWasDeleted
{ {
/** /**
* @var object * @var Page
*/ */
public $page; public $page;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment