added models

This commit is contained in:
chrosey
2017-06-10 14:14:53 +02:00
parent ebb2728c18
commit 609231b044
11 changed files with 274 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
<?php
namespace App;
use Illuminate\Database\Eloquent\Model;
class Einteilung extends Model
{
protected $table = "einteilungen";
}