Failed Conditions
Pull Request — master (#10)
by Maximo
03:08
created

library/Models/AbstractModel.php (1 issue)

1
<?php
0 ignored issues
show
End of line character is invalid; expected "\n" but found "\r\n"
Loading history...
2
declare(strict_types=1);
3
4
namespace Gewaer\Models;
5
6
abstract class AbstractModel extends \Baka\Database\Model
7
{
8
}
9