This commit is contained in:
Chris
2018-10-25 14:42:14 +01:00
parent e081cc31a2
commit d76d056ed1
5 changed files with 73 additions and 6 deletions

View File

@@ -6,6 +6,10 @@ use Illuminate\Database\Eloquent\Model;
class Application extends Model
{
public $incrementing = false;
protected $primaryKey = 'appid';
//
public function icon()
{