You need to sign in or sign up before continuing.
PrklPraktikum.php 109 Bytes
Newer Older
Martinus123S committed
1 2 3 4 5 6 7 8 9 10
<?php

namespace App;

use Illuminate\Database\Eloquent\Model;

class PrklPraktikum extends Model
{
    //
}