composed project, added packages, models, controllers, seeders, mirgations etc.
This commit is contained in:
13
app/helpers.php
Normal file
13
app/helpers.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @package: events-venues-task
|
||||
* @author: Yevhen Odynets
|
||||
* @date: 2024-07-24
|
||||
* @time: 21:26
|
||||
*/
|
||||
|
||||
// phpcs:ignore
|
||||
declare(strict_types = 1);
|
||||
|
||||
require_once 'helpers/logging.php';
|
||||
Reference in New Issue
Block a user