| @@ -1,15 +1,15 @@ | ||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | 3 | * Provides Base Model Class |
| 4 | 4 | */ |
| 5 | + | |
| 5 | 6 | namespace BitCode\BitForm\Core\Database; |
| 6 | 7 | |
| 7 | 8 | /** |
| 8 | 9 | * Undocumented class |
| 9 | 10 | */ |
| 10 | -use BitCode\BitForm\Core\Database\Model; | |
| 11 | 11 | |
| 12 | 12 | class EmailTemplateModel extends Model |
| 13 | 13 | { |
| 14 | - protected static $table = 'bitforms_email_template'; | |
| 14 | + protected static $table = 'bitforms_email_template'; | |
| 15 | 15 | } |