Blog_IMIE/assets/php/db/Author.php

13 lines
100 B
PHP

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