Merge remote-tracking branch 'origin/master'

This commit is contained in:
Vedde 2020-06-25 12:37:41 +02:00
commit c51f5812e6
1 changed files with 10 additions and 0 deletions

10
skolehjem/app/Booking.php Normal file
View File

@ -0,0 +1,10 @@
<?php
namespace App;
use Illuminate\Database\Eloquent\Model;
class Booking extends Model
{
//
}