added more comments
removed silly debug.
This commit is contained in:
@@ -9,6 +9,7 @@ namespace App;
|
||||
//allows the use of Model library
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
//Class of which should extend Model Library
|
||||
class ResourceCategory extends Model
|
||||
{
|
||||
public function resourceExtensions() {
|
||||
|
||||
Reference in New Issue
Block a user