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