tattersoftware / codeigniter4-schemas

Database schema management, for CodeIgniter 4
MIT License
22 stars 10 forks source link

Error: undefined function: plural() #9

Closed Schop closed 4 years ago

Schop commented 4 years ago

When running "php spark schemas", I get the following error:

Type: Error Message: Call to undefined function Tatter\Schemas\Drafter\Handlers\plural() Filename: C:\xampp\htdocs\euro2021\vendor\tatter\schemas\src\Drafter\Handlers\DatabaseHandler.php Line Number: 269

What am I missing?

MGatner commented 4 years ago

Not your fault! I conditionally load the inflector helper from CodeIgniter core and it looks like I forgot a spot there. You could load it manually first or I should have a fix in place later today.

Schop commented 4 years ago

OK, thanks!