mirror of
https://github.com/Aviortheking/Blog_IMIE.git
synced 2025-08-10 19:11:58 +00:00
changement dans l'architecture du projet
This commit is contained in:
12
assets/php/db/Author.php
Normal file
12
assets/php/db/Author.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace App\DB;
|
||||
|
||||
class Author {
|
||||
|
||||
private $id;
|
||||
|
||||
private $username;
|
||||
|
||||
private $linkedin;
|
||||
}
|
Reference in New Issue
Block a user