Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

Commit

Permalink
Removed app/repositories.php
Browse files Browse the repository at this point in the history
  • Loading branch information
programarivm committed Nov 24, 2023
1 parent 5772972 commit f552918
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
14 changes: 0 additions & 14 deletions app/repositories.php

This file was deleted.

4 changes: 0 additions & 4 deletions public/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@
$dependencies = require __DIR__ . '/../app/dependencies.php';
$dependencies($containerBuilder);

// Set up repositories
$repositories = require __DIR__ . '/../app/repositories.php';
$repositories($containerBuilder);

// Build PHP-DI Container instance
$container = $containerBuilder->build();

Expand Down

0 comments on commit f552918

Please sign in to comment.