vendor and env first commit
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace Laravel\Fortify\Contracts;
|
||||
|
||||
use Illuminate\Contracts\Support\Responsable;
|
||||
|
||||
interface EmailVerificationNotificationSentResponse extends Responsable
|
||||
{
|
||||
//
|
||||
}
|
||||
Reference in New Issue
Block a user