Skip to content

Commit

Permalink
Object doesnt work array does
Browse files Browse the repository at this point in the history
  • Loading branch information
remco-pc committed Aug 4, 2022
1 parent cf4c37a commit f462538
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 42 deletions.
1 change: 0 additions & 1 deletion src/App.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ public static function run(App $object){
if($file === false){
try {
$route = Route::request($object);
d($route);
if($route === false){
if($object->config('framework.environment') === Config::MODE_DEVELOPMENT){
$object->logger()->error('Couldn\'t determine route (' . $object->request('request') .')...');
Expand Down
41 changes: 0 additions & 41 deletions src/Module/Route/TypeObject.php

This file was deleted.

0 comments on commit f462538

Please sign in to comment.