- code review

- frontend build
This commit is contained in:
Peter Papp
2020-12-12 10:31:22 +01:00
parent e9d2f4bacc
commit c7abcce729
72 changed files with 953 additions and 388 deletions
+2
View File
@@ -32,6 +32,8 @@ use Illuminate\Database\Eloquent\Model;
* @method static \Illuminate\Database\Eloquent\Builder|\App\Share whereUpdatedAt($value)
* @method static \Illuminate\Database\Eloquent\Builder|\App\Share whereUserId($value)
* @mixin \Eloquent
* @property int|null $expire_in
* @method static \Illuminate\Database\Eloquent\Builder|Share whereExpireIn($value)
*/
class Share extends Model
{