trying to get session settings to work

This commit is contained in:
Chris
2018-10-15 16:00:20 +01:00
parent aceed3d13b
commit aa351e31bf
5 changed files with 38 additions and 14 deletions

10
app/SettingUser.php Normal file
View File

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