You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now it only works with a single base. It wouldn't be hard to change it and nest the base inside each "table". I don't have that use case right now, or the time to implement it, but if you create a PR I'll work on getting it merged in.
Just wondering how to configure for using multiple bases. I see in AirtableManager line 113 there is:
$base = $this->app['config']['airtable.base'];
Does this suggests that this library will only ever work with a single base, or have I misunderstood how to specify different bases?
The text was updated successfully, but these errors were encountered: