We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e2d32c commit 89fc860Copy full SHA for 89fc860
src/Illuminate/Foundation/Console/stubs/policy.stub
@@ -56,4 +56,28 @@ class DummyClass
56
{
57
//
58
}
59
+
60
+ /**
61
+ * Determine whether the user can restore the DocDummyModel.
62
+ *
63
+ * @param \NamespacedDummyUserModel $user
64
+ * @param \NamespacedDummyModel $dummyModel
65
+ * @return mixed
66
+ */
67
+ public function restore(DummyUser $user, DummyModel $dummyModel)
68
+ {
69
+ //
70
+ }
71
72
73
+ * Determine whether the user can permanently delete the DocDummyModel.
74
75
76
77
78
79
+ public function forceDelete(DummyUser $user, DummyModel $dummyModel)
80
81
82
83
0 commit comments