/home1/playfcrp/azisoft.net/lapp/
TypeError
Carbon\Carbon::setLastErrors(): Argument #1 ($lastErrors) must be of type array, bool given, called in /home1/playfcrp/azisoft.net/lapp/vendor/nesbot/carbon/src/Carbon/Traits/Creator.php on line 670 (View: /home1/playfcrp/azisoft.net/lapp/resources/views/vendor/frontend/platform.blade.php)
    • 63
      vendor/nesbot/carbon/src/Carbon/Traits/Creator.php
      Carbon\Carbon
      :928
    • 62
      Carbon\Carbon
      :670
    • 61
      Carbon\Carbon
      :699
    • 53
      resources/views/vendor/frontend/platform.blade.php
      :82
    • 1
      /home1/playfcrp/azisoft.net/index.php
      :60
Carbon\Carbon::setLastErrors
vendor/nesbot/carbon/src/Carbon/Traits/Creator.php:928

913

914

915

916

917

918

919

920

921

922

923

924

925

926

927

928

929

930

931

932

933

934

935

936

937

938

939

940

941

942

943

) {

$date = static::parse($var);

}

}

 

return $date;

}

 

/**

* Set last errors.

*

* @param array $lastErrors

*

* @return void

*/

private static function setLastErrors(array $lastErrors)

{

static::$lastErrors = $lastErrors;

}

 

/**

* {@inheritdoc}

*

* @return array

*/

#[ReturnTypeWillChange]

public static function getLastErrors()

{

return static::$lastErrors;

}

}