Skip to content

Commit

Permalink
update: edit bootstrap file
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirHkrg committed Aug 7, 2024
1 parent 446efa8 commit b97ed96
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Bootstrap/app.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<?php

use LaraGram\Foundation\Application;

require_once 'vendor/autoload.php';

global $data;
$data['argv'] = $argv;
$data['argv'] = $argv ?? [];

new Application();
(new \LaraGram\Foundation\Application())
->handleRequests();

0 comments on commit b97ed96

Please sign in to comment.