Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 92577cfd

Přidáno uživatelem Marek Lovčí před asi 4 roky(ů)

Seeding

Zobrazit rozdíly:

app/User.php
2 2

  
3 3
namespace App;
4 4

  
5
use Illuminate\Contracts\Auth\MustVerifyEmail;
6 5
use Illuminate\Foundation\Auth\User as Authenticatable;
7 6
use Illuminate\Notifications\Notifiable;
8 7

  
......
13 12
    // Table Name
14 13
    protected $table = 'users';
15 14
    // Primary Key
16
    public $primaryKey = 'id';//unnecessery?
15
    public $primaryKey = 'id';
17 16

  
18 17
    /**
19 18
     * The attributes that are mass assignable.

Také k dispozici: Unified diff