orchidsoftware / crud

Simplify the process of building CRUD (Create, Read, Update, Delete) functionality in Laravel using the features of Orchid.
https://orchid.software
MIT License
138 stars 34 forks source link

Resource::$title - unused property? #8

Closed pqr closed 3 years ago

pqr commented 3 years ago

https://github.com/orchidsoftware/crud/blob/master/src/Resource.php#L26

Where Resource::$title and Resource::title() are used? Is $title showed on UI somewhere? Have not found code usages.

tabuna commented 3 years ago

Indeed, it is not used anywhere. I have no plans for this