Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Laravel 7 composer install error #534

Closed
cuneydtural opened this issue Jun 10, 2020 · 1 comment
Closed

Laravel 7 composer install error #534

cuneydtural opened this issue Jun 10, 2020 · 1 comment

Comments

@cuneydtural
Copy link

I get this error in Laravel 7. Help please.

Argument 1 passed to Cartalyst\Sentinel\Activations\IlluminateActivationRepository::__construct() must be of the type string, null given, called in /home/vagrant/ego/vendor/cartalyst/sentinel/src/Laravel/SentinelServiceProvider.php on line 243

at vendor/cartalyst/sentinel/src/Activations/IlluminateActivationRepository.php:54
50| * @param int $expires
51| *
52| * @return void
53| */

54| public function __construct(string $model, int $expires)
55| {
56| $this->model = $model;
57|
58| $this->expires = $expires;

Your Environment

  • OS and Version: #.#.#
  • PHP Version: #.#.#
  • Sentinel Version: #.#.#

Expected behaviour

Please describe what you are expecting to see happening.

Actual behaviour

Please describe what is actually happening.

Steps to reproduce

If your issue requires any specific steps to reproduce, please outline them here.

@brunogaspar
Copy link
Member

This seems to be the same as #520

If you have a fix please send a pull request as i personally can't reproduce the issue.

Going to close this since it's a duplicate either way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants