dragon-forks/kernel/repositories/spells.php
2025-04-13 10:04:57 +02:00

10 lines
No EOL
186 B
PHP

<?php
/**
* Repository pour la table des sports du jeu
*/
class SpellRepository extends Repository {
public function __construct() {
parent::__construct('spells');
}
}