We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4cdb6e commit 4451290Copy full SHA for 4451290
app/User.php
@@ -2,8 +2,8 @@
2
3
namespace App;
4
5
-use Illuminate\Foundation\Auth\User as Authenticatable;
6
use Illuminate\Notifications\Notifiable;
+use Illuminate\Foundation\Auth\User as Authenticatable;
7
8
class User extends Authenticatable
9
{
0 commit comments