Update README.md, remove migration.php, add message to browser.php
This commit is contained in:
@@ -13,7 +13,7 @@ if (php_sapi_name() !== 'cli') {
|
||||
exit;
|
||||
}
|
||||
|
||||
$application = new Application('Ryobi website scraper application', '1.1.0');
|
||||
$application = new Application('Ryobi website scraper application', '1.1.1');
|
||||
$application->add(new ScrapeWebsite());
|
||||
$application->add(new Migrate());
|
||||
$application->run();
|
||||
|
||||
Reference in New Issue
Block a user