Skip to content

Commit 49ac5be

Browse files
committed
add to observer stub
1 parent 40ba2ee commit 49ac5be

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

src/Illuminate/Foundation/Console/stubs/observer.stub

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,26 @@ class DummyClass
3838
{
3939
//
4040
}
41+
42+
/**
43+
* Handle the DocDummyModel "restored" event.
44+
*
45+
* @param \NamespacedDummyModel $dummyModel
46+
* @return void
47+
*/
48+
public function restored(DummyModel $dummyModel)
49+
{
50+
//
51+
}
52+
53+
/**
54+
* Handle the DocDummyModel "force deleted" event.
55+
*
56+
* @param \NamespacedDummyModel $dummyModel
57+
* @return void
58+
*/
59+
public function forceDeleted(DummyModel $dummyModel)
60+
{
61+
//
62+
}
4163
}

0 commit comments

Comments
 (0)