13 lines
100 B
PHP

<?php
namespace App\DB;
class Author {
private $id;
private $username;
private $linkedin;
}