Skip to content

Commit

Permalink
Added dependencies for illuminate/support, illuminate/routing, and il…
Browse files Browse the repository at this point in the history
…luminate/http in composer.json. Removed the autoload path for Fuelviews\RobotsTxt\Database\Factories\ in composer.json.
  • Loading branch information
thejmitchener committed Mar 20, 2024
1 parent ed01d06 commit 7936a11
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions src/Http/Controllers/RobotsTxtController.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
*/
class RobotsTxtController extends BaseController
{
/**
* The RobotsTxtService instance.
*/
protected RobotsTxt $robotsTxt;

/**
Expand Down
2 changes: 0 additions & 2 deletions src/RobotsTxt.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@
class RobotsTxt
{
protected string $disk;

protected string $path;

protected string $cacheKey = 'robots-txt.checksum';

public function __construct()
Expand Down

0 comments on commit 7936a11

Please sign in to comment.