Update film_dao.php

This commit is contained in:
marian1010 2021-04-15 18:14:00 +02:00
parent b2c723f5da
commit 4a916e7a8a
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
<?php
require_once('../assets/php/dao.php');
include_once('film_dto.php');
include_once('../assets/php/config.php');
include_once($prefix.'assets/php/dao.php');
class Film_DAO extends DAO {