Protoqol / Prequel

Prequel for Laravel. Clear and concise database management. Unfortunately, not actively maintained due to time constraints.
https://packagist.org/packages/protoqol/prequel
MIT License
1.54k stars 96 forks source link

[FIX] fixed error in DatabaseController #96

Closed lukadriel7 closed 4 years ago

lukadriel7 commented 4 years ago

PR Naming convention

[FIX] fixed error in DatabaseController

Issue or feature explanation

After the recent update, Prequel started showing errors when trying to access to the tables in any database.

Proposed solution/change

There was a chunk of code in the DatabaseController which seems to have been pasted by mistake. Removing the code allows Prequel to work again.

lukadriel7 commented 4 years ago

I think this pull request is a fix for #94 and #95 check it out

mattfletcher commented 4 years ago

Is this merged? I just installed and I am seeing the same error on every table

QuintenJustus commented 4 years ago

Merged but not released yet 👍

joelvh commented 4 years ago

When will this be released?

QuintenJustus commented 4 years ago

@mattfletcher, @joelvh require prequel@v1.22.3

willek commented 4 years ago

@mattfletcher, @joelvh require prequel@v1.22.3

it's not yet released, even on v1.22.3

lukadriel7 commented 4 years ago

@QuintenJustus Hey, I realized that there still isn't Any release for this fix