summaryrefslogtreecommitdiff
path: root/app/Quote.php
blob: 9ed93035bfd6c37554cd1830bb462dfa011f7908 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<?php

namespace App;

use Illuminate\Database\Eloquent\Model;

class Quote extends Model
{
    //
}