too much changes

This commit is contained in:
2019-02-25 16:48:51 +01:00
parent 13303e50d4
commit 208863abed
27 changed files with 2410 additions and 480 deletions

View File

@ -0,0 +1,12 @@
<?php
namespace App\DB;
class Author {
private $id;
private $username;
private $linkedin;
}