corrected typos in models
This commit is contained in:
@@ -7,4 +7,6 @@ use Illuminate\Database\Eloquent\Model;
|
|||||||
class Benutzer extends User
|
class Benutzer extends User
|
||||||
{
|
{
|
||||||
protected $table = "users";
|
protected $table = "users";
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ class Veranstaltung extends Model
|
|||||||
{
|
{
|
||||||
protected $table = "veranstaltungen";
|
protected $table = "veranstaltungen";
|
||||||
|
|
||||||
protected $fillable = ['name','beginn','ende','geaste','hinweise'];
|
protected $fillable = ['name','beginn','ende','gaeste','hinweise'];
|
||||||
|
|
||||||
protected $dates = ['beginn', 'ende', 'created_at', 'updated_at'];
|
protected $dates = ['beginn', 'ende', 'created_at', 'updated_at'];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user