الفي

المشكلة تظهر عند الضغط على إضافة محافظة جديدة حيث لا يتعرف على الكلاس المشكلة في الفيديو رقم6

المشكلة تظهر عند الضغط على إضافة محافظة جديدة حيث لا يتعرف على الكلاس
المشكلة في الفيديو رقم6

FatalThrowableError in StateController.php line 25:
Class \'App\\Application\\Controllers\\Country\' not found
========================================
public function show($id = null){
      $country = Country::pluck(\'name\',\'id\')->all();
        return $this->createOrEdit(\'admin.state.edit\' , $id,[\'country\'=>$country]);
    }

2 Comments


  • Abdel Aziz Hassan
    Abdel Aziz Hassan 2017-09-21 17:57:02

    هو في ايرور في الملف ده
    FatalThrowableError in StateController.php line 25:
    شوفه هو السبب

  • odai
    odai 2017-09-21 17:57:02

    هي الكود يلي فيه المشكلة
    $country = Country::pluck('name','id')->all();

    public function show($id = null){
          $country = Country::pluck(\'name\',\'id\')->all();
            return $this->createOrEdit(\'admin.state.edit\' , $id,[\'country\'=>$country]);
        }

Add Comment


You Must have account Login Or Register

5dmat-web team