mirror of
https://github.com/Aviortheking/Blog_IMIE.git
synced 2025-06-15 11:39:19 +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